An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# `fmty` [![docs.rs](https://img.shields.io/crates/v/fmty.svg?style=flat-square&label=docs&color=blue&logo=rust)](https://docs.rs/fmty) [![crates.io](https://img.shields.io/crates/d/fmty.svg?style=flat-square)](https://crates.io/crates/fmty) [![github](https://img.shields.io/github/stars/nvzqz/fmty.svg?style=flat-square&color=black)][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.