classcharts 1.0.0

Unoffical classcharts library for rust.
Documentation

What is this?

An API wrapper with mostly proper typings and tests for ClassCharts.

Using as a library

cargo add classcharts

or in your Cargo.toml

[dependencies]
...
classcharts = "1.0.0"

Developing

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

Credits