keystring_generator 0.1.1

Tool to generate rust code with hierarchical string constants from simple file formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "keystring_generator"
version = "0.1.1"
edition = "2021"

authors = ["Kilian Krampf <kilian@mail.menkalian.de>"]
description = "Tool to generate rust code with hierarchical string constants from simple file formats"
keywords = ["generated", "dev-util"]
categories = ["development-tools", "development-tools::build-utils"]
readme = "README.md"

license = "MIT"
homepage = "https://gitlab.com/menkalian/keystring-generator"
repository = "https://gitlab.com/menkalian/keystring-generator"

[dependencies]