Crate stefans_utils

Crate stefans_utils 

Source
Expand description

A collection of useful Rust utility functions, types, and traits.

Modulesยง

as_bool
Contains the AsBool trait used for converting a reference of self into a bool.
as_clone
as_copy
as_str
bool
Contains trait implementations for the bool type
comparator
dependencies
expect_comparison
expect_length
find_upwards
from_str
hash_map
hash_set
map
Contains the Map trait which collects the ok, ok_or, map, unwrap and expect functions as seen on TV
map_into
option
Contains traits and utility functions for core::option::Option<T>
path
Contains trait implementations and utility functions for std::path::Path
php_safe_hashmap
prelude
Re-exports of mostly all utils
secret
Contains the Secret<T> struct, designed to wrap values that should never appear formatted with Display or Debug in logs or other output.
str
string
try_map_into
unwrap_into
vec
with_len