formatter-builder 0.1.6

The safe and stable builder for fmt::Formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "formatter-builder"
version = "0.1.6"
edition = "2024"

authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
keywords = ["no_std", "formatter", "builder", "new", "make"]
categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
description = "The safe and stable builder for fmt::Formatter"

license = "MIT"
readme = "README.md"
repository = "https://github.com/A4-Tacks/formatter-builder-rs"

[workspace]
members = ["bencher"]

[dependencies]