estring 0.3.0

A simple way to parse a string using type annotations
Documentation
1
2
3
4
5
6
7
//! Contains the low-level api parse string more accurate!
//!
//! **NOTE**: Require the enabling the `low-level` feature.
//!

mod trim;
pub use trim::*;