Files
ntext-rs/Cargo.toml
T
Uttarayan Mondal cc82c47628 Update 2.0
Changes to formatting system

Create a formatting struct and then pass it to the
to_text macro or the
to_text_fmt function to format the strings accordingly
Updated docs for the new version
2021-03-08 23:40:19 +05:30

8 lines
131 B
TOML

[package]
name = "ntext"
version = "0.2.0"
authors = ["Uttarayan Mondal <uttarayan21@gmail.com>"]
edition = "2018"
[dependencies]