Docs.rs
const_typed_builder_derive-0.3.0
const_typed_builder_derive 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
koenichiwa
Dependencies
convert_case ^0.6
normal
either ^1.9
normal
itertools ^0.11.0
normal
proc-macro-error ^1.0
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^2.0
normal
Versions
50%
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
const_
typed_
builder_
derive
0.3.0
All Items
Crate Items
Derive Macros
Crate
const_typed_builder_derive
Copy item path
Source
Derive Macros
ยง
Builder
The
derive_builder
macro is used to automatically generate builder code for a struct. It takes a struct as input and generates a builder pattern implementation for that struct.