Expand description
APIs that feel like they should be in the standard library, but they are not.
Also some unstable APIs if they’re trivial enough to implement externally.
Modules§
- prelude
- Re-exports for stuff that can be safely glob-imported.
Macros§
- expect_
eq - Like
assert_eq!()
, but the left argument has semantics of “expected value”.
Traits§
- BoolExt
- Extensions for
bool
. - Option
Ext - Extensions for
Option<T>
. - Path
BufExt - Extensions for
PathBuf
. - Result
Ext - Extensions for
Result<T, E>
. - VecExt
- Extensions for
Vec<T>
.