Light INI parser

Rust

This library implements an event-driven parser for the INI file format.

It doesn't load It's an alternative to rust-ini that avoids building an intermediate hash map if it's not needed.

toml [dependencies] light_ini = "0.1"

See the documentation and examples for details.

Format

License

Licensed under MIT license.