tabled 0.20.0

An easy to use library for pretty print tables of Rust `struct`s and `enum`s.
Documentation
1
2
3
4
5
#[cfg(feature = "std")]
pub(crate) mod string;

#[cfg(feature = "std")]
pub(crate) mod utf8_writer;