Crate stdont

Source
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.
OptionExt
Extensions for Option<T>.
PathBufExt
Extensions for PathBuf.
ResultExt
Extensions for Result<T, E>.
VecExt
Extensions for Vec<T>.