safe_format 0.1.4

safe_format! macro works similarly to the built-in format! macro but allows for named parameters and it safely ignores any extra parameters that are not used in format string
Documentation
[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.36"

[dependencies.syn]
version = "2.0.70"

[lib]
edition = "2021"
name = "safe_format"
proc-macro = true

[package]
authors = ["Allen Dang <allengnr@gmail.com>"]
categories = ["value-formatting"]
description = "safe_format! macro works similarly to the built-in format! macro but allows for named parameters and it safely ignores any extra parameters that are not used in format string"
edition = "2021"
exclude = ["/.github", ".gitignore"]
homepage = "https://github.com/AllenDang/safe_format"
keywords = ["safe-format", "format"]
license = "MIT/Apache-2.0"
name = "safe_format"
readme = "README.md"
repository = "https://github.com/AllenDang/safe_format"
rust-version = "1.79.0"
version = "0.1.4"