#macro #data-science #complete #toolkit #created #concision

macro concision-macros

Procedural Macros created for Concision, a complete data-science toolkit written in Rust

6 releases

0.1.11 Aug 1, 2022
0.1.10 Jul 18, 2022

#68 in #created


Used in concision

MIT license

3KB

Concision

crates.io docs.rs

Clippy publish Rust


Inspired by the myriad of data science libraries created for Python, concision is a complete data-science toolkit written in Rust and designed to support the creation of enterprise-grade, data driven applications.

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/concision
cargo build --release --workspace
cargo test --all --all-features --release

Usage

    use concision as cnc;

    fn main() {
        let a = "";

        println!("{:?}", a);
    }

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Dependencies

~1.5MB
~33K SLoC