Docs.rs
corn-cli-0.6.0
corn-cli 0.6.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
JakeStanger
Dependencies
clap ^4.0.15
normal
colored ^2.0.0
normal
libcorn ^0.6.0
normal
pest ^2.3.0
normal
serde ^1.0.133
normal
serde_json ^1.0.75
normal
serde_yaml ^0.9.11
normal
toml ^0.5.9
normal
Versions
45.45%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Required Associated Constants
EXIT_CODE
Implementations on Foreign Types
DeserializationError
Error<Rule>
FileReadError
InputResolveError
SerializationError
Implementors
In corn_cli::error
?
Trait
corn_cli
::
error
::
ExitCode
source
·
[
−
]
pub trait ExitCode { const
EXIT_CODE
:
i32
; }
Required Associated Constants
§
source
const
EXIT_CODE
:
i32
Implementations on Foreign Types
§
source
§
impl
ExitCode
for
Error
<
Rule
>
source
§
const
EXIT_CODE
:
i32
= 1i32
source
§
impl
ExitCode
for
InputResolveError
source
§
const
EXIT_CODE
:
i32
= 2i32
source
§
impl
ExitCode
for
FileReadError
source
§
const
EXIT_CODE
:
i32
= 3i32
source
§
impl
ExitCode
for
SerializationError
source
§
const
EXIT_CODE
:
i32
= 4i32
source
§
impl
ExitCode
for
DeserializationError
source
§
const
EXIT_CODE
:
i32
= 5i32
Implementors
§