binburst 0.0.1

A lightweight, opinionated, no_std binary serialization library for reading and writing primitive types
Documentation
  • Coverage
  • 8.33%
    3 out of 36 items documented0 out of 29 items with examples
  • Size
  • Source code size: 7.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.41 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • piot

BinBurst

BinBurst is an opinionated, performance-centric binary serialization crate for Rust.

It is designed for simplicity and speed - using only little-endian encoding and only supporting fixed-width integer types (u8, u16, u32, etc.). Designed for game engines, and other systems where you control both ends of the data format.

BinBurst intentionally does not aim to be a general-purpose serialization framework.

It's for developers who prefer full control over their binary layout, with minimal overhead.

License

Licensed under the MIT License. See LICENSE for details.

Copyright (c) 2025 Peter Bjorklund. All Rights Reserved.