binburst 0.0.1

A lightweight, opinionated, no_std binary serialization library for reading and writing primitive types
Documentation
[dependencies]

[lib]
name = "binburst"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "A lightweight, opinionated, no_std binary serialization library for reading and writing primitive types"
edition = "2024"
keywords = ["serialization", "binary", "no-std"]
license = "MIT"
name = "binburst"
readme = "README.md"
repository = "https://github.com/piot/binburst"
version = "0.0.1"