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/package
/target/rls
/target/.rustc_info.json
/target
/tests
**/*.rs.bk
Cargo.lock

View File

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

View File

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