derive_builder 0.4.2

Rust macro to automatically implement the builder pattern for arbitrary structs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![cfg(feature = "skeptic_tests")]

// NOTE this combination may cause
//      `error[E0464]: multiple matching crates for `derive_builder`
//
// - rust-skeptic
// - cargo check
// - cargo test
// - on a proc_macro crate
//
// => see https://github.com/brson/rust-skeptic/issues/18

include!(concat!(env!("OUT_DIR"), "/skeptic-tests.rs"));