elegance 0.4.0

A pretty-printing library for Rust with a focus on speed and compactness.
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]

pub mod core;
pub mod helper;
pub mod render;
pub mod string;

pub use core::Printer;

pub use render::{Io, Render};