miden-formatting 0.1.1

Versatile pretty-printing and display formatting utilities used by Miden
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))]
#![no_std]

#[macro_use]
extern crate alloc;

#[cfg(feature = "std")]
extern crate std;

pub mod hex;
pub mod prettier;