format 0.2.0

A utility crate to make it easier to work with the formatter
Documentation
[dependencies.format-core]
version = "0.2.0"

[dependencies.format-macro]
optional = true
version = "0.2.0"

[features]
default = ["macro"]
macro = ["format-macro", "nightly", "unstable"]
nightly = []
unstable = []

[package]
authors = ["kgv <kgv@users.noreply.github.com>"]
categories = ["no-std", "rust-patterns", "value-formatting"]
description = "A utility crate to make it easier to work with the formatter"
documentation = "https://docs.rs/format"
edition = "2018"
homepage = "https://crates.io/crates/format"
keywords = ["format", "help", "lazy", "macro", "wrap"]
license = "MIT OR Apache-2.0"
name = "format"
readme = "README.md"
repository = "https://github.com/kgv/format"
version = "0.2.0"