From e619215fd8899224bbf71274045a0b6b8a48a522 Mon Sep 17 00:00:00 2001 From: Kasper Date: Thu, 20 Aug 2020 13:32:17 +0200 Subject: [PATCH] Added documentation link --- Cargo.toml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 074a538..aabd3c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/README.md b/README.md index 260887f..2850946 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ cpc = "1.*" ``` ## API Usage + +[docs.rs documentation](https://docs.rs/cpc) ```rs use cpc::{eval, Unit::*}