//! A `no_std` TOML deserializer build for embedded systems. Can be used without an allocator.
#![no_std]externcrate alloc;#[cfg(test)]externcrate std;modde;moderror;modlexer;modpeeking;pubusede::{from_str, Deserializer};pubuseerror::{Error, ErrorKind, Expected};