Docs.rs
ggen-cli-lib-1.2.0
ggen-cli-lib 1.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seanchatmangpt
Dependencies
anyhow ^1.0
normal
chrono ^0.4
normal
clap ^4.5.48
normal
clap_complete ^4.5.58
normal
colored ^3.0
normal
dirs ^6.0
normal
dotenvy ^0.15
normal
genai ^0.4
normal
ggen-ai ^1.2.0
normal
ggen-core ^1.2.0
normal
ggen-utils ^1.2.0
normal
glob ^0.3
normal
oxigraph ^0.5
normal
rayon ^1.11
normal
regex ^1.12
normal
semver ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
sha2 ^0.10
normal
tera ^1.20
normal
tokio ^1.47
normal
toml ^0.9
normal
tracing ^0.1
normal
walkdir ^2.5
normal
assert_cmd ^2
dev
assert_fs ^1
dev
fake ^4.4
dev
mockall ^0.13
dev
predicates ^3
dev
serde_json ^1.0
dev
serde_yaml ^0.9
dev
tempfile ^3.23
dev
Versions
45.87%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
DevInitializer
ggen_
cli_
lib
1.2.0
DevInitializer
Required Methods
init_dev
Implementors
In ggen_
cli_
lib::
cmds::
shell::
init
ggen_cli_lib
::
cmds
::
shell
::
init
Trait
DevInitializer
Copy item path
Source
pub trait DevInitializer { // Required method fn
init_dev
(&self, all:
bool
) ->
Result
<
InitResult
>; }
Required Methods
§
Source
fn
init_dev
(&self, all:
bool
) ->
Result
<
InitResult
>
Implementors
§
Source
§
impl
DevInitializer
for
CargoMakeDevInitializer