picotoml 0.1.0

A `no_std` TOML deserializer build for embedded systems. Can be used without an allocator
Documentation
1
2
3
# `picotoml`
A `no_std` TOML deserializer for `serde`. Forked from [`TroyNeubauer/minimal-toml`](https://github.com/TroyNeubauer/minimal-toml),
which has not been published on crates.io, plus elements of its fork of its `peekmore` dependency.