[go: up one dir, main page]

tora 0.1.8

A lite, byte-based serialization and deserialization library.
Documentation
[dependencies.tora_derive]
optional = true
version = "0.1.6"

[features]
default = ["tora_derive", "read_impl", "dyn_impl"]
derive = ["tora_derive"]
dyn_impl = []
read_impl = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "encoding", "filesystem", "network-programming", "parsing"]
description = "A lite, byte-based serialization and deserialization library."
edition = "2021"
keywords = ["bytes", "network", "packet", "serde", "bson"]
license-file = "LICENSE"
name = "tora"
readme = "README.md"
repository = "https://github.com/imajindevon/tora"
version = "0.1.8"