fmt-tools 0.1.0

Provides various tools for creating objects that implement `Debug` and `Display` traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# `fmt-tools`


[![crates.io](https://img.shields.io/crates/v/fmt-tools)](https://crates.io/crates/fmt-tools)
[![docs](https://docs.rs/fmt-tools/badge.svg)](https://docs.rs/fmt-tools)
[![CI](https://github.com/EFanZh/fmt-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/EFanZh/fmt-tools/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/EFanZh/fmt-tools/branch/main/graph/badge.svg)](https://codecov.io/gh/EFanZh/fmt-tools)
[![Coverage Status](https://coveralls.io/repos/github/EFanZh/fmt-tools/badge.svg?branch=main)](https://coveralls.io/github/EFanZh/fmt-tools?branch=main)

Provides various tools for creating objects that implement
[`Debug`](https://doc.rust-lang.org/stable/std/fmt/trait.Debug.html) and
[`Display`](https://doc.rust-lang.org/stable/std/fmt/trait.Display.html) traits.