d_bincode 1.0.1 copy "d_bincode: ^1.0.1" to clipboard
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 Debuggable and Fluent APIs.
  • Added benchmarks (speed & size) vs JSON example.
  • Improved documentation and fixed lints for pub.dev compliance.
0
likes
160
points
100
downloads

Publisher

unverified uploader

Weekly Downloads

A bincode like serialization library for Dart. Provides fast, deterministic encoding for binary data structures, mirroring the bincode specification (Rust) minimalistically.

Repository (GitHub)
View/report issues

Topics

#serialization #bincode #binary #dart

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

euc

More

Packages that depend on d_bincode