character-stream 0.13.0

Helper data structures for reading UTF-8 characters from a stream.
Documentation
1
2
3
4
5
6
7
8
9
10
mod character_iter;
mod character_stream;
mod error;

pub use crate::character_stream::*;
pub use character_iter::*;
pub use error::*;

pub struct Peek;
pub struct MultiPeek;