shrink_wrap 0.1.2

Compact zero-copy wire format for microcontrollers using no allocator and supporting dynamic types.
Documentation
[dependencies.defmt]
optional = true
version = "1.0"

[dependencies.paste]
version = "1"

[dependencies.shrink_wrap_derive]
version = "0.1.1"

[dependencies.tracing]
optional = true
version = "0.1"

[dev-dependencies.hex-literal]
version = "1"

[[example]]
name = "simple_derive"
path = "examples/simple_derive.rs"

[features]
default = ["std"]
defmt = ["dep:defmt"]
defmt-extended = []
std = []
tracing-extended = ["dep:tracing", "std"]

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

[package]
authors = ["Roman Isaikin <romix.lab@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Compact zero-copy wire format for microcontrollers using no allocator and supporting dynamic types."
edition = "2024"
license = "MIT"
name = "shrink_wrap"
readme = "README.md"
repository = "https://github.com/romixlab/shrink_wrap"
version = "0.1.2"

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

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

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