Scones is a library for generating constructors and builders without the verbosity it usually
requires. See the documentation for #[make_constructor] to see how to use this system. The
syntax and usage of #[make_builder] is similar to #[make_constructor] apart from a few
minor differences. A short example of how this crate works is as follows:
use make_constructor;
let instance = new;
let inverse = inverse;
let identity = identity;
Documented examples can be found at https://docs.rs/scones_examples