ucpack 0.1.2

Rust implementation of the ucpack serialization format used in the Arduino Alvik
Documentation
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.214"

[features]
default = ["strict", "std"]
std = ["serde/std"]
strict = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust implementation of the ucpack serialization format used in the Arduino Alvik"
edition = "2021"
license = "MIT"
name = "ucpack"
readme = "README.md"
version = "0.1.2"

[[test]]
name = "std"
path = "tests/std.rs"
required-features = ["std"]