native_model 0.3.26

A thin wrapper around serialized data which add information of identity and version.
Documentation
[[bench]]
harness = false
name = "overhead"

[[bench]]
harness = false
name = "overhead_on_bincode"

[[bench]]
harness = false
name = "prepend_bytes"
[build-dependencies.skeptic]
version = "0.13"
[dependencies.anyhow]
version = "1.0"

[dependencies.native_model_macro]
version = "0.3.26"

[dependencies.thiserror]
version = "1.0"

[dependencies.zerocopy]
features = ["derive"]
version = "0.7.27"
[dev-dependencies.bincode]
features = ["serde"]
version = "2.0.0-rc.3"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.skeptic]
version = "0.13"

[package]
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
build = "build.rs"
categories = ["data-structures", "encoding", "rust-patterns"]
description = "A thin wrapper around serialized data which add information of identity and version."
edition = "2021"
keywords = ["serialization", "interoperability", "data-consistency", "flexibility", "performance"]
license = "MIT"
name = "native_model"
readme = "README.md"
repository = "https://github.com/vincent-herlemont/native_model"
version = "0.3.26"