simpleini 0.1.2

SimpleIni is a very simple crate to parse and write with the INI format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.5.4"

[package]
authors = ["Tobias de Bruijn <t.debruijn@array21.dev>"]
categories = ["parser-implementations"]
description = "SimpleIni is a very simple crate to parse and write with the INI format"
edition = "2018"
homepage = "https://github.com/TheDutchMC/SimpleIni"
keywords = ["ini", "config", "configuration", "parser"]
license = "MIT OR Apache-2.0"
name = "simpleini"
readme = "README.md"
repository = "https://github.com/TheDutchMC/SimpleIni/"
version = "0.1.2"