Docs.rs
derive_builder-0.3.0
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
derive_builder 0.3.0
Rust macro to automatically implement the builder pattern for arbitrary structs.
Crate
Source
Builds
Feature flags
Documentation
Hide files
examples
src
tests
.gitignore
.travis.yml
build.rs
Cargo.toml
CHANGELOG.md
LICENSE-APACHE
LICENSE-MIT
README.md
1
2
3
4
5
extern
crate
skeptic
;
fn
main
(
)
{
skeptic
::
generate_doc_tests
(
&
[
"
README.md
"
]
)
;
}