Docs.rs
derive-extras-0.1.0
derive-extras 0.1.0
Permalink
Docs.rs crate page
MPL-2.0
Links
crates.io
Source
Owners
Antikyth
Dependencies
proc-macro2 ^1.0.69
normal
quote ^1.0.33
normal
syn ^2.0.39
normal
Versions
66.67%
of the crate is documented
Platform
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
derive_
extras
0.1.0
All Items
Crate Items
Derive Macros
Crate
derive_extras
Copy item path
Source
Derive Macros
§
Default
Derives
Default
with more flexibility than Rust’s built-in
#[derive(Default)]
.
builder
Generates appropriate builder methods for a struct.