Docs.rs
volo-cli-0.12.1
volo-cli 0.12.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
PureWhiteWu
github:cloudwego:volo-maintainers
Dependencies
anyhow ^1
normal
clap ^4
normal
colored ^3
normal
faststr ^0.2.21
normal
heck ^0.5
normal
itertools ^0.14
normal
log ^0.4
normal
normpath ^1
normal
pilota-thrift-parser ^0.13
normal
pretty_env_logger ^0.5
normal
regex ^1
normal
run_script ^0.11
normal
same-file ^1
normal
serde ^1
normal
serde_yaml ^0.9
normal
update-informer ^1
normal
volo-build ^0.12
normal
Versions
20%
of the crate is documented
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
Files
volo_cli/
context.rs
1
#[derive(Debug, Clone)]
2
pub struct
Context {
3
pub
entry_name: String,
4
}