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
[dependencies]

[package]
authors = ["Kilian Krampf <kilian@mail.menkalian.de>"]
categories = ["development-tools", "development-tools::build-utils"]
description = "Tool to generate rust code with hierarchical string constants from simple file formats"
edition = "2021"
homepage = "https://gitlab.com/menkalian/keystring-generator"
keywords = ["generated", "dev-util"]
license = "MIT"
name = "keystring_generator"
readme = "README.md"
repository = "https://gitlab.com/menkalian/keystring-generator"
resolver = "2"
version = "0.1.1"