Docs.rs
cata-derive-0.1.1
cata-derive 0.1.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
grampelberg
Dependencies
eyre ^0.6.12
normal
proc-macro2 ^1.0.86
normal
quote ^1.0.36
normal
syn ^2.0.70
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cata_
derive
0.1.1
All Items
Crate Items
Derive Macros
Crate
cata_derive
Copy item path
Source
Expand description
Procedural macros to derive traits for CLI construction.
Container
for dispatching enums to subcommands.
File
for deserializing values from files, implementing clap’s
value_parser
.
Derive Macros
§
Container
Derive the
Container
trait for structs and enums.
File
Implement value parsing for arbitrary structs deserialized from files.