concision-derive 0.1.10

Derive macros created for Consision, a complete data-science toolkit written in Rust
Documentation

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")
}