Docs.rs
cstr-enum-derive-0.1.0
cstr-enum-derive 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ykrist
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^1.0
normal
Versions
66.67%
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
cstr_
enum_
derive
0.1.0
All Items
Crate Items
Derive Macros
Crate
cstr_enum_derive
Copy item path
Source
Derive Macros
ยง
AsCStr
Derive macro for the
AsCStr
trait. May only be applied to enums.
FromC
Str
Derive macro for the
FromCStr
trait. May only be applied to enums whose variants have no fields.