formatify 0.1.0

formatify: A rust library specializing in dynamic runtime string formatting, ideal for applications requiring adaptable text representation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Christian Gröling <contact@christiangroeling.de>"]
description = "formatify: A rust library specializing in dynamic runtime string formatting, ideal for applications requiring adaptable text representation."
edition = "2021"
keywords = ["dynamic", "format", "string", "str"]
license = "MIT"
name = "formatify"
readme = "README.md"
repository = "https://github.com/chgroeling/formatify.git"
version = "0.1.0"