frostwalker 0.1.0

A TOML-like configuration language parser with zero dependencies outside of std.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["abbieoverflight <abbieoverflight@colean.cc>"]
categories = ["data-structures", "value-formatting", "parsing"]
description = "A TOML-like configuration language parser with zero dependencies outside of std."
edition = "2021"
homepage = "https://git.colean.cc/threeoh6000/frostwalkerer/"
license = "MPL-2.0"
name = "frostwalker"
readme = "README.md"
repository = "https://git.colean.cc/threeoh6000/frostwalker/"
version = "0.1.0"