[package]
edition = "2024"
name = "dashbuf"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary serialization and transport layer for DashScene"
documentation = "https://docs.rs/dashbuf"
readme = "README.md"
keywords = [
"dashscene",
"dashbuf",
"serialization",
"flatbuffer",
"transport",
]
categories = [
"encoding",
"data-structures",
]
license = "MIT"
repository = "https://github.com/driftsys/dashscene"
[lib]
name = "dashbuf"
path = "src/lib.rs"