d_bincode 1.0.1
d_bincode: ^1.0.1 copied to clipboard
A bincode like serialization library for Dart. Provides fast, deterministic encoding for binary data structures, mirroring the bincode specification (Rust) minimalistically.
1.0.0 #
- Initial version.
1.0.1 #
- Added nested objects/classes support - writeNested, writeOptionalNested, readNestedObject, readOptionalNestedObject.
toBincode()/loadFromBytes()API inherit from BincodeEncodable / BincodeDecodable.- Added error handling and validation.
- Removed
DebuggableandFluentAPIs. - Added benchmarks (speed & size) vs JSON example.
- Improved documentation and fixed lints for pub.dev compliance.