classcharts 1.0.3

Unoffical classcharts library for rust.
Documentation

What is this?

An API wrapper with mostly proper typings and tests for ClassCharts. Looking for a more complete guide? Look at the docs.

Usage

cargo add classcharts

or in your Cargo.toml

[dependencies]
...
classcharts = "1.0.3"

Use the examples/basic.rs as a reference.

git clone git@github.com:veloii/classcharts-rs.git
cd classcharts-rs && cargo run --example basic

Developing

git clone git@github.com:veloii/classcharts-rs.git
cd classcharts-rs
cargo test

Credits