stefans-utils 0.1.0

A collection of useful Rust utility functions, types, and traits.
Documentation
1
2
3
4
5
6
7
//! Re-exports of mostly all utils

pub use crate::{
    as_bool::*, as_clone::*, as_copy::*, as_str::*, comparator::*, dependencies::*,
    expect_comparison::*, expect_length::*, find_upwards::*, from_str::*, map::*, map_into::*,
    try_map_into::*, unwrap_into::*, with_len::*,
};