choco 0.2.2

markup language for dialogue systems
Documentation
1
2
3
4
5
6
7
8
#![cfg_attr(not(test), no_std)]

mod event;
mod lines;
mod raw;
mod trim;

pub use event::{Event, Iter, Signal, StrRange};