estring 0.3.0

A simple way to parse a string using type annotations
Documentation
1
2
3
4
5
6
//! Contains implementations for standard types (`bool`, numbers, `Option`, etc.)
//!

mod bool;
mod number;
mod option;