EString
A simple way to parse a string using type annotations.
This package was originally designed for enve
Getting started
use ;
type PlusVec<T> = ;
type MulVec<T> = ;
You can use custom types as annotations! Just implement TryFrom<EString>!
Installation
The MSRV is 1.51.0
Add estring = { version = "0.1", features = ["vec", "number"] } as a
dependency in Cargo.toml.
Cargo.toml example:
[]
= "my-crate"
= "0.1.0"
= ["Me <user@rust-lang.org>"]
[]
= { = "0.1", = ["vec", "number"] }
License
MIT. See LICENSE to see the full text.
Contributors
pleshevskiy (Dmitriy Pleshevskiy) – creator, maintainer.