napchart 0.1.4-alpha

Rust interface for the https://napchart.com API alpha
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# napchart-rs

[![GitHub last commit](https://img.shields.io/github/last-commit/barrowsys/napchart-rs)](https://github.com/barrowsys/napchart-rs)
[![Crates.io](https://img.shields.io/crates/v/napchart)](https://crates.io/crates/napchart/)
[![Docs.rs](https://docs.rs/napchart/badge.svg)](https://docs.rs/napchart)

a rust interface to the https://napchart.com API alpha. pretty barebones right now, as is the api.

# Usage

Add to your Cargo.toml:
```
[dependencies]
napchart = "0.1.3-alpha"
```
See [docs.rs](https://docs.rs/napchart) for examples.