near / borsh-rs

Rust implementation of Binary Object Representation Serializer for Hashing
https://borsh.io/
Apache License 2.0
310 stars 67 forks source link

is it wasm ready? #33

Closed dzmitry-lahoda closed 3 years ago

frol commented 3 years ago

It is Wasm ready! We use it extensively in near-sdk-rs to drive Wasm contracts in NEAR Protocol. borsh-rs even has no-std support (disable all the features and that is it)