Docs.rs
cargo-creator-0.4.1
cargo-creator 0.4.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
enfipy
Dependencies
cargo_toml ^0.8
normal
clap ^3.0.0-beta.2
normal
colored ^2.0
normal
creator-tools ^0.4.1
normal
displaydoc ^0.1
normal
dunce ^1.0
normal
log ^0.4
normal
pretty_env_logger ^0.4
normal
serde ^1.0
normal
thiserror ^1.0
normal
Versions
42.99%
of the crate is documented
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
cli
0.4.1
cli
Function
handle_errors
Copy item path
Source
pub fn handle_errors(run: impl
FnOnce
() ->
Result
<
()
,
Box
<dyn
Error
>>)