format-macro 0.2.4

Format procedural macro
Documentation
[dependencies.proc-macro2]
version = "1.0.26"

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["full"]
version = "1.0.68"
[dev-dependencies.format-core]
version = "0.2.4"

[lib]
proc-macro = true

[package]
authors = ["kgv <kgv@users.noreply.github.com>"]
categories = ["no-std", "rust-patterns", "value-formatting"]
description = "Format procedural macro"
documentation = "https://docs.rs/format-macro"
edition = "2018"
homepage = "https://crates.io/crates/format-macro"
keywords = ["format", "help", "lazy", "macro", "wrap"]
license = "MIT OR Apache-2.0"
name = "format-macro"
readme = "README.md"
repository = "https://github.com/kgv/format"
version = "0.2.4"