facet-format-msgpack 0.35.0

MsgPack binary format for facet using the Tier-2 JIT architecture
Documentation
[[bench]]
harness = false
name = "vs_msgpack"
path = "benches/vs_msgpack.rs"

[dependencies.facet-core]
version = "0.35.0"

[dependencies.facet-format]
version = "0.35.0"

[dependencies.miette]
default-features = false
features = ["fancy-no-backtrace"]
version = "^7.6.0"

[features]
default = []
jit = ["facet-format/jit"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "MsgPack binary format for facet using the Tier-2 JIT architecture"
edition = "2024"
homepage = "https://facet.rs"
keywords = ["msgpack", "binary", "serialization", "facet", "jit"]
license = "MIT OR Apache-2.0"
name = "facet-format-msgpack"
readme = "README.md"
repository = "https://github.com/facet-rs/facet"
rust-version = "1.89"
version = "0.35.0"

[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]

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