ini_core 0.2.0

Implements a pretty bare-bones streaming INI parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.cfg-if]
version = "1.0"

[package]
authors = ["Casper <CasualX@users.noreply.github.com>"]
categories = ["config", "parser-implementations"]
description = "Implements a pretty bare-bones streaming INI parser."
documentation = "https://docs.rs/ini_core/"
edition = "2021"
keywords = ["ini", "core", "config", "configuration", "parser"]
license = "MIT"
name = "ini_core"
readme = "readme.md"
repository = "https://github.com/CasualX/ini_core"
version = "0.2.0"