Docs.rs
corn-cli-0.10.0
corn-cli 0.10.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
JakeStanger
Dependencies
clap ^4.5.16
normal
colored ^2.1.0
normal
libcorn ^0.10.0
normal
pest ^2.7.11
normal
serde ^1.0.208
normal
serde_json ^1.0.125
normal
serde_yaml ^0.9.34
normal
toml_edit ^0.22.20
normal
Versions
44.44%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
ExitCode
corn_
cli
0.10.0
Exit
Code
Required Methods
get_exit_code
Implementations on Foreign Types
Error
Implementors
In corn_
cli::
error
corn_cli
::
error
Trait
Exit
Code
Copy item path
Source
pub trait ExitCode { // Required method fn
get_exit_code
(&self) ->
i32
; }
Required Methods
§
Source
fn
get_exit_code
(&self) ->
i32
Implementations on Foreign Types
§
Source
§
impl
ExitCode
for
Error
Source
§
fn
get_exit_code
(&self) ->
i32
Implementors
§
Source
§
impl
ExitCode
for corn_cli::error::
Error