Iterator adapter like Peekable, but for peeking forward multiple elements
An iterator adapter to peek at future elements without advancing the cursor of the underlying iterator.
A `no_std` TOML deserializer build for embedded systems. Can be used without an allocator
A no_std iterator that lets you do useful things such as peeking at more than one value and putting back a value.