extfmt 0.2.0

Extended formatting options for commmon types
Documentation
1
2
3
4
5
6
7
8
9
//! A crate with extended formatting options for ceratin types.

extern crate core;

mod hexdump;
mod slice;

pub use hexdump::*;
pub use slice::*;