Crate wyz

source ·
Expand description

wyz – myrrlyn’s wyzyrdly library

This crate consolidates all the small tools and conveniences I’ve built up in my experience building Rust crates.

Each module has more documentation about what it contains. The modules are largely independent, and can be used individually. !

Re-exports

pub use self::bidi::*;
pub use self::fmt::*;
pub use self::range::*;
pub use self::exit::*;

Modules

A bidirectional iterator that only checks its direction once.
exit! macro
Format forwarding
Range utilities.

Macros

exit! macro