Docs.rs
accessors-rs-0.1.0
accessors-rs 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
MathieuGravel
Dependencies
proc-macro2 ^1
normal
quote ^1
normal
syn ^1
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
accessors_
rs
0.1.0
All Items
Crate Items
Derive Macros
Crate
accessors_rs
Copy item path
Source
Derive Macros
ยง
Accessors
Derive macro generating an impl for accessing the fields of a struct.
Use
#[accessors(get, get_mut, set)]
to defined with accessors you want to have on a field.\