toml
[dependencies]
estring = "0.1"
A simple way to parse a string using type annotations.
This package was originally designed for [enve].
For more details, see [examples].
```rust use estring::{SepVec, EString};
type PlusVec
fn main() -> estring::Result<()> {
let res = EString::from("10+5*2+3")
.parse::
assert_eq!(res, 23.0);
Ok(())
} ```
You can use custom types as annotations! Just implement
estring::ParseFragment
!
Join us in:
MIT. See LICENSE to see the full text.
pleshevskiy (Dmitriy Pleshevskiy) – creator, maintainer.