fstrings-rust 1.0.0

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

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

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

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