This repository was archived by the owner on Jul 10, 2025. It is now read-only.
v2.1.0: Minor feature release
fp-bindgen v2.1.0 is a minor feature release that adds additional type support and contains an important bugfix if you use one of the Rust bytes types in your protocol in combination with the TypeScript runtime.
New features
- Add support for arrays of primitives (#94).
- Added the
bytes-compatfeature for compatibility with thebytescrate.
Bug fix
- Fixed an issue where embedded
Uint8Arrays that were returned to the
TypeScript runtime fromBytesorByteBuftypes in the Rust plugin could
end up being corrupted.