EString
[]
= "0.3"
A simple way to parse a string using type annotations.
This package was originally designed for enve.
Documentation
For more details, see examples.
Usage
Basic
use EString;
You can use predefined structs like SepVec
if you enable the structs
feature.
Note: You can use custom types as annotations! Just implement ParseFragment
!
use ;
type PlusVec<T> = ;
type MulVec<T> = ;
You can also use predefined aggregators if you enable the aggs
feature.
use ;
type PlusVec<T> = ;
type MulVec<T> = ;
Contact Us
Join us in:
License
MIT. See LICENSE to see the full text.
Contributors
pleshevskiy (Dmitriy Pleshevskiy) – creator, maintainer.