link currently nonexistent docs

This commit is contained in:
askiiart 2025-01-14 16:15:28 -06:00
parent b6455d8b67
commit 4e59871c0d
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -50,6 +50,8 @@ let decoded = decode(encoded);
assert_eq!(decoded, "i love cats");
```
You can use the library to encode anything up to base 16 - for details, see the [docs](https://docs.rs/cat2text/latest/cat2text/)
### Binary usage
TODO