derive_builder 0.3.0

Rust macro to automatically implement the builder pattern for arbitrary structs.
Documentation
1
2
3
4
5
extern crate skeptic;

fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}