Generate docs

This commit is contained in:
EvilDeaaaadd 2019-08-01 17:20:58 +03:00
parent ecd8cbe8b6
commit 03adce9996
3 changed files with 5 additions and 7 deletions

5
.gitignore vendored
View File

@ -1,7 +1,4 @@
/target/debug /target
/target/package
/target/rls
/target/.rustc_info.json
/tests /tests
**/*.rs.bk **/*.rs.bk
Cargo.lock Cargo.lock

View File

@ -2,7 +2,8 @@
name = "owoify" name = "owoify"
version = "0.1.3" version = "0.1.3"
description = "Text owoification library" description = "Text owoification library"
repository= "https://github.com//owoify" repository = "https://github.com//owoify"
documentation = "https://docs.rs/owoify/"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
authors = [" <@protonmail.com>"] authors = [" <@protonmail.com>"]

View File

@ -10,12 +10,12 @@ Inspired by:
# Usage # Usage
Add this to ``Cargo.toml``: Add this to ``Cargo.toml``:
``` ```toml
[dependencies] [dependencies]
owoify = "0.1.3" owoify = "0.1.3"
``` ```
``example.rs``: ``example.rs``:
``` ```rust
use owoify::OwOifiable; use owoify::OwOifiable;
fn main() { fn main() {