fstrings 0.2.3

Python3 fstring interpolation in Rust
Documentation
[dependencies.proc-macro]
package = "fstrings-proc-macro"
version = "0.2.3"

[dependencies.proc-macro-hack]
version = "0.5.11"

[features]
default = []
nightly = []
verbose-expansions = ["proc-macro/verbose-expansions"]

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
categories = ["rust-patterns"]
description = "Python3 fstring interpolation in Rust"
documentation = "https://docs.rs/fstrings"
edition = "2018"
homepage = "https://crates.io/crates/fstrings"
keywords = ["python", "format", "human", "no_std", "interpolation"]
license = "MIT"
name = "fstrings"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/fstrings-rs"
version = "0.2.3"
[package.metadata.docs.rs]
features = ["nightly"]