This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
estring/src/low.rs
2022-07-25 22:49:58 +03:00

7 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::*;