You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Rust]: Added more impls for union and struct references
[Rust]: Add an ENUM_VALUES const to enums
[Rust]: Make Vector more similar to rust slices by adding more methods
[Rust]: Vectors of uint8/int8 now deserialize directly to rust slices
[Rust]: Implement caching of vtables, byte-slices and strings, hidden
behind the vtable-cache, bytes-cache and string-cache feature flags
(they are enabled by default)
[Rust]: Bump the Minimum Support Rust Version (MSRV) to 1.64.0.
[Rust]: Add license files to crates
[Rust]: Implement a builder pattern for serializing tables and unions
Add support for docstrings, and add them to the Rust output. #152
Update the README with information about our Discord server #138