Unoffical ClassCharts Library for Rust

An unoffical Student ClassCharts API library, built with Rust.
Explore the docs »

Report Bug · crates.io · Request Feature

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

bash cargo add classcharts or in your Cargo.toml toml [dependencies] ... classcharts = "1.0.3"

Use the examples/basic.rs as a reference.

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

Developing

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

Credits