1 2 3 4 5 6 7 8 9 10
/*
Appellation: concision-derive <library>
Creator: FL03 <jo3mccain@icloud.com>
Description:
Derive macros for concision, a robust data-science toolkit for creating powerful Rust apps.
*/
extern crate proc_macro2;
extern crate quote;
extern crate syn;