stefans-utils 0.12.0

A collection of useful Rust utility functions, types, and traits.
Documentation
1
2
3
4
//! Contains trait implementations for the `bool` type
pub mod as_str;
pub mod from_str;
pub mod map;