ranting 0.1.0

Linguistic formatting placeholder extensions for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ranting"
version = "0.1.0"
authors = ["Roel Kluin <Roel.Kluin@gmail.com>"]
edition = "2021"
license-file = "LICENSE.txt"
description = "Linguistic formatting placeholder extensions for rust"
homepage = "https://github.com/RoelKluin/ranting.rs"
repository = "https://github.com/RoelKluin/ranting.rs"
readme = "README.md"
keywords = ["placeholder", "inflection", "verbs", "nouns", "indefinite-article"]
categories = ["text-processing", "template-engine"]

[dependencies]
ranting_derive = "=0.1.0"
in_definite = "0.2"
Inflector = "0.11.4"
strum_macros = "0.24"