1
2
3
4
5
//! Types and helpers for working with the SeString string format.

mod sestring;

pub use sestring::SeString;