format 0.1.0

A utility crate to make it easier to work with the formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "format"
version = "0.1.0"
authors = ["kgv <kgv@users.noreply.github.com>"]
license = "MIT OR Apache-2.0"
description = "A utility crate to make it easier to work with the formatter"
homepage = "https://crates.io/crates/format"
documentation = "https://docs.rs/format"
repository = "https://github.com/kgv/format"
readme = "README.md"
keywords = ["format", "lazy"]
categories = ["no-std", "rust-patterns", "value-formatting"]
edition = "2018"