serialization 0.2.12

encode and decode your struct
Documentation
[[bench]]
harness = false
name = "sandbox"
path = "benches/sandbox.rs"

[dependencies.arrayvec]
optional = true
version = "0.7.6"

[dependencies.concat-idents-bruce0203]
version = "1.1.6"

[dependencies.constvec]
version = "0.1.14"

[dependencies.fastbuf]
version = "0.28.0"

[dependencies.fastvarint]
optional = true
version = "0.22.0"

[dependencies.nonmax]
optional = true
version = "0.5.5"

[dependencies.seq-macro]
version = "0.3"

[dependencies.serialization_derive]
version = "0.2.12"

[dependencies.simdutf8]
features = []
version = "0.1.5"

[dependencies.uuid]
optional = true
version = "1.11.0"

[dev-dependencies.bitcode]
features = ["serde"]
version = "0.6.3"

[dev-dependencies.divan]
version = "0.1.17"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rkyv]
version = "0.8.9"

[dev-dependencies.serde]
version = "1.0.216"

[features]
arrayvec = ["dep:arrayvec", "serialization_derive/arrayvec"]
default = ["std", "arrayvec", "fastvarint", "uuid", "nonmax"]
fast_binary_format = ["serialization_derive/fast_binary_format"]
fastvarint = ["dep:fastvarint", "serialization_derive/fastvarint"]
nonmax = ["dep:nonmax"]
std = []
uuid = ["dep:uuid", "serialization_derive/uuid"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "encode and decode your struct"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["serialization"]
license = "MIT"
name = "serialization"
readme = "README.md"
repository = "https://github.com/Bruce0203/serialization"
version = "0.2.12"

[[test]]
name = "expanded_sandbox"
path = "tests/expanded_sandbox.rs"

[[test]]
name = "sandbox"
path = "tests/sandbox.rs"

[[test]]
name = "sandbox0"
path = "tests/sandbox0.rs"

[[test]]
name = "sandbox2"
path = "tests/sandbox2.rs"

[[test]]
name = "sandbox3"
path = "tests/sandbox3.rs"

[[test]]
name = "sandbox4"
path = "tests/sandbox4.rs"

[[test]]
name = "test11"
path = "tests/test11.rs"