Generate docs
This commit is contained in:
parent
ecd8cbe8b6
commit
03adce9996
|
@ -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
|
||||||
|
|
|
@ -3,6 +3,7 @@ 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>"]
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue