Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wulf/create-rust-app
/ name
Method
name
crates/create-rust-app_cli/src/plugins/dev.rs:18–20 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
16
17
impl Plugin for Dev {
18
fn name(&self) -> &'static str {
19
"Dev"
20
}
21
22
fn install(&self, install_config: InstallConfig) -> Result<()> {
23
for filename in Asset::iter() {
Callers
2
get_migrations
Function · 0.45
install
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected