convey 0.2.0

A Rust create for outputting information and log messages for humans and machines
Documentation
1
2
3
4
5
6
7
8
//! Components to help build your output from.

pub use self::span::span;
pub use self::text::newline;
pub use self::text::text;

mod span;
mod text;