stefans-utils 0.10.1

A collection of useful Rust utility functions, types, and traits.
Documentation
1
2
3
pub trait FromStr {
    fn from_str(str: &str) -> Self;
}