mirror of
https://github.com/inzerosight/ZWUS.git
synced 2026-04-07 02:02:13 +00:00
Docs: Add interop statement for Rust crate
This commit is contained in:
@@ -36,6 +36,11 @@ Decode must match the encode base:
|
|||||||
zwus.decodeToString(encoded, 6)
|
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
|
## License
|
||||||
|
|
||||||
[WTFPL](license)
|
[WTFPL](license)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user