facet-format-msgpack 0.35.0

MsgPack binary format for facet using the Tier-2 JIT architecture
Documentation
[package]
name = "facet-format-msgpack"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "MsgPack binary format for facet using the Tier-2 JIT architecture"
keywords = ["msgpack", "binary", "serialization", "facet", "jit"]
categories = ["encoding", "parsing"]
homepage = "https://facet.rs"

[package.metadata]

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

[dependencies]
facet-core = { path = "../facet-core", version = "0.35.0" }
facet-format = { path = "../facet-format", version = "0.35.0" }
miette = { workspace = true }

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

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