diff --git a/readme.md b/readme.md index 4cd3421..e99fc7e 100644 --- a/readme.md +++ b/readme.md @@ -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) +