This crate, designated by the feature flag derive when used within the acme package ecosystem, is a collection of derive specific procedural macros enabling developers and maximizing the potential.
use acme;
fn main() {
let res = "".to_string();
println!("{:#?}", &res);
}