Crates.io | fmty |
lib.rs | fmty |
version | 0.1.1 |
source | src |
created_at | 2023-02-01 15:22:03.168631 |
updated_at | 2023-02-03 00:27:16.084187 |
description | Composable `core::fmt` utilities. |
homepage | https://github.com/nvzqz/fmty |
repository | https://github.com/nvzqz/fmty |
max_upload_size | |
id | 773846 |
size | 74,255 |
fmty
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. 💖
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"
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.
Like the Rust project, this library may be used under either the MIT License or Apache License (Version 2.0) at your choosing.