Crates.io | manyfmt |
lib.rs | manyfmt |
version | 0.1.0 |
source | src |
created_at | 2023-10-07 19:42:39.7526 |
updated_at | 2023-10-07 19:42:39.7526 |
description | Easily create more varieties of formatting than the std::fmt traits offer. |
homepage | |
repository | https://github.com/kpreid/manyfmt |
max_upload_size | |
id | 996555 |
size | 21,004 |
manyfmt
This Rust library, manyfmt
, provides adapters with which you can easily create more varieties of
formatting than the std::fmt traits (Display
, Debug
, Binary
, LowerHex
, Pointer
) offer,
without having to write any more boilerplate than absolutely necessary. You can also easily pass
additional data down through the formatting recursion.
This library is no_std
compatible; it can run anywhere Rust can.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.