cvar 0.1.0

Configuration variables.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "cvar"

version = "0.1.0"

authors = ["CasualX <CasualX@GitHub.com>"]



description = "Configuration variables."



documentation = "https://casualx.github.io/docs/cvars-rs/0.1.0/cvar"

repository = "https://github.com/CasualX/cvar-rs"



readme = "readme.md"



keywords = ["config", "var", "dvar", "convar"]



license = "MIT"



[dev-dependencies]

matches = "0.1"