oxfmt 1.0.0

Small binary serialization and deserialization library
Documentation
[dependencies.anyhow]
version = "1.0.98"

[dependencies.downcast-rs]
version = "2.0.1"

[dependencies.oxfmt_derive]
version = "0.2.0"

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

[package]
authors = ["septech"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Small binary serialization and deserialization library"
edition = "2024"
license = "MIT"
name = "oxfmt"
readme = "README.md"
repository = "https://github.com/septech/oxfmt"
version = "1.0.0"