2 releases

0.1.1 Feb 3, 2023
0.1.0 Feb 1, 2023

#1390 in Text processing

38 downloads per month

MIT/Apache

60KB
1K SLoC

fmty docs.rs crates.io github

Composable core::fmt utilities, brought to you by Nikolai Vazquez.

If you find this crate useful, consider starring it as well as sponsoring or donating once. 💖

Install

This crate is available on crates.io and can be used by running the following cargo command in your project directory:

cargo add fmty

or by manually adding the following to your project's Cargo.toml:

[dependencies]
fmty = "0.1.1"

MSRV

This crate's minimum supported Rust version is 1.56.0. Updating the Rust version is considered a breaking change that will result in an appropriate crate version update.

License

Like the Rust project, this library may be used under either the MIT License or Apache License (Version 2.0) at your choosing.

No runtime deps