[][src]Crate wyz

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 conv::*;
pub use fmt::*;
pub use pipe::*;
pub use tap::*;
pub use exit::*;

Modules

conv

Directed Type Conversion

exit

exit! macro

fmt

Format forwarding

pipe

Pipe objects into functions, even those not available for dot-call.

tap

Object Tapping

Macros

exit

exit! macro