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
booltype - 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,unwrapandexpectfunctions 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