acme-derive

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.

Reference

Examples

use acme;

fn main() {
    let res = "".to_string();
    println!("{:#?}", &res);
}

Getting Started