Link in manual to rustdoc pages

pull/70/head
Wilfred Hughes 2021-11-21 19:14:48 +07:00
parent e53b6f4212
commit 1084e892be
1 changed files with 8 additions and 0 deletions

@ -24,6 +24,14 @@ build.
$ cargo build --release
```
## rustdoc
You can browse the internal API documentation
[here](https://difftastic.wilfred.me.uk/rustdoc/difft/).
Difftastic's internal docs are not available on docs.rs, as it [does
not support binary crates today](https://difftastic.wilfred.me.uk/rustdoc/difft/).
## Testing
```