1 2 3 4 5 6 7 8 9 10 11 12 13 14
# concision-derive ## Overview This crate is designed to support a number of robust operations pertaining to data-science, machine-learning, and AI. ## Getting Started ### Examples use consison; fn main() { println!("Welcome") }