Added documentation link

This commit is contained in:
Kasper 2020-08-20 13:32:17 +02:00
parent f745cccd69
commit e619215fd8
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ readme = "README.md"
license = "MIT"
homepage = "https://github.com/probablykasper/cpc#readme"
repository = "https://github.com/probablykasper/cpc"
documentation = "https://docs.rs/cpc"
keywords = ["math", "expression", "evaluate", "units", "convert"]
categories = ["mathematics", "science", "parsing", "text-processing", "value-formatting"]

View File

@ -34,6 +34,8 @@ cpc = "1.*"
```
## API Usage
[docs.rs documentation](https://docs.rs/cpc)
```rs
use cpc::{eval, Unit::*}