i2u 0.9.1

Common useful functions, that are Zero cost abstractions using generics, to easily convert numbers to binary, hex, octal, and convert any type that implements Debug into a String.
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
#![cfg_attr(
feature = "document-features",
cfg_attr(doc, doc = ::document_features::document_features!())
)]
#![cfg_attr(docsrs, feature(doc_cfg))]
pub mod fmt;
pub mod prelude;