Docs: Add interop statement for Rust crate

This commit is contained in:
2026-03-27 17:01:40 -07:00
parent c80dba578b
commit 3ca2f4eb6b

View File

@@ -36,6 +36,11 @@ Decode must match the encode base:
zwus.decodeToString(encoded, 6)
```
## Interop
Encoded output is byte-identical to the [Rust crate](https://crates.io/crates/zwus), so you can encode in JS and decode in Rust or vice versa.
## License
[WTFPL](license)