stefans-utils 0.2.1

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