fmty 0.1.1

Composable `core::fmt` utilities.
Documentation
  • Coverage
  • 100%
    88 out of 88 items documented58 out of 58 items with examples
  • Size
  • Source code size: 83.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 10.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • nvzqz/fmty
    3 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nvzqz

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.