estring/src/low.rs

8 lines
155 B
Rust

//! Contains the low-level api parse string more accurate!
//!
//! **NOTE**: Require the enabling the `low-level` feature.
//!
mod trim;
pub use trim::*;