binburst

Crates.iobinburst
lib.rsbinburst
version0.0.1
created_at2025-12-28 11:05:16.614457+00
updated_at2025-12-28 11:05:16.614457+00
descriptionA lightweight, opinionated, no_std binary serialization library for reading and writing primitive types
homepage
repositoryhttps://github.com/piot/binburst
max_upload_size
id2008614
size8,224
Peter Bjorklund (piot)

documentation

README

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.

Commit count: 0

cargo fmt