https://github.com/nvzqz/fmty
Rust library of composable `core::fmt` utilities
https://github.com/nvzqz/fmty
display formatting rust string text util
Last synced: over 1 year ago
JSON representation
Rust library of composable `core::fmt` utilities
- Host: GitHub
- URL: https://github.com/nvzqz/fmty
- Owner: nvzqz
- License: apache-2.0
- Created: 2023-01-11T15:33:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T20:40:35.000Z (over 3 years ago)
- Last Synced: 2025-03-22T15:51:32.709Z (over 1 year ago)
- Topics: display, formatting, rust, string, text, util
- Language: Rust
- Homepage: https://docs.rs/fmty
- Size: 63.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `fmty` [](https://docs.rs/fmty) [](https://crates.io/crates/fmty) [][github]
Composable [`core::fmt`](https://doc.rust-lang.org/core/fmt/) utilities, brought
to you by [Nikolai Vazquez](https://hachyderm.io/@nikolai).
If you find this crate useful, consider
[starring it][github] as well as
[sponsoring](https://github.com/sponsors/nvzqz) or
[donating once](https://paypal.me/nvzqz). 💖
[github]: https://github.com/nvzqz/fmty
## Install
This crate is [available on crates.io](https://crates.io/crates/fmty) and can be
used by running the following `cargo` command in your project directory:
```sh
cargo add fmty
```
or by manually adding the following to your project's [`Cargo.toml`](https://doc.rust-lang.org/cargo/reference/manifest.html):
```toml
[dependencies]
fmty = "0.1.1"
```
## MSRV
This crate's minimum supported Rust version is [`1.56.0`](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1560-2021-10-21).
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](https://github.com/nvzqz/fmty/blob/main/LICENSE-MIT) or
[Apache License (Version 2.0)](https://github.com/nvzqz/fmty/blob/main/LICENSE-APACHE)
at your choosing.