Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wulf/create-rust-app
/ Auth
Class
Auth
crates/create-rust-app_cli/src/plugins/auth.rs:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
use rust_embed::RustEmbed;
9
10
pub struct Auth {}
11
12
#[derive(RustEmbed)]
13
#[folder =
"template-plugin-auth"
]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected