alkahest 0.3.0

Fantastic serialization library with zero-overhead serialization and zero-copy deserialization
Documentation
[[example]]
name = "test"
required-features = ["derive", "alloc"]

[[example]]
name = "profile"
required-features = ["derive", "alloc"]
[dependencies.alkahest-proc]
optional = true
version = "=0.3.0"

[dependencies.bincode]
optional = true
version = "1.3"

[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"

[features]
alloc = []
bincoded = ["bincode", "serde", "std"]
default = ["alloc", "fixed32", "inline-more"]
derive = ["alkahest-proc"]
fixed16 = []
fixed32 = []
fixed64 = []
fixed8 = []
inline-more = []
std = ["alloc"]

[package]
authors = ["Zakarum <zakarumych@ya.ru>"]
description = "Fantastic serialization library with zero-overhead serialization and zero-copy deserialization"
documentation = "https://docs.rs/alkahest"
edition = "2021"
homepage = "https://github.com/zakarumych/alkahest"
license = "MIT OR Apache-2.0"
name = "alkahest"
readme = "README.md"
repository = "https://github.com/zakarumych/alkahest"
version = "0.3.0"