[[test]]
name = "doctest"
path = "src/lib.rs"
[dependencies.panic-halt]
version = "0.2.0"
[dependencies.ufmt]
version = "0.2"
[dev-dependencies.ufmt-write]
features = ["std"]
version = "0.1"
[features]
plot = []
[package]
authors = ["Michael Kamprath <michael+crates@kamprath.net>"]
categories = ["no-std", "embedded", "data-structures"]
description = "A library for creating data tables in an embedded no_std environment without an allocator."
edition = "2021"
homepage = "https://github.com/michaelkamprath/udatatable"
keywords = ["no_std", "embedded", "avr", "arduino", "data"]
license = "MIT OR Apache-2.0"
name = "udatatable"
readme = "README.md"
repository = "https://github.com/michaelkamprath/udatatable"
version = "0.1.0"