kdlite 0.1.1

Small streaming KDL parser (based on just-kdl)
Documentation
# kdlite
[![Repository](https://img.shields.io/badge/repository-GitHub-brightgreen.svg)](https://github.com/ferronweb/kdlite)
[![Crates.io](https://img.shields.io/crates/v/kdlite)](https://crates.io/crates/kdlite)
[![docs.rs](https://img.shields.io/docsrs/kdlite)](https://docs.rs/kdlite)
[![MIT OR Apache-2.0](https://img.shields.io/crates/l/kdlite)](https://github.com/ferronweb/kdlite/blob/main/README.md#License)

Implementation of a [KDL](https://kdl.dev) v2 parser, based on [`just-kdl` crate](https://github.com/1e1001/rsutil/tree/main/just-kdl)

For more information, [read the docs](https://docs.rs/kdlite).

## Changelog

### 0.1.1

- Improved error reporting and handling for invalid KDL documents (for example, unexpected `}` characters)

### 0.1.0

- Initial release based on `just-kdl` crate

## License

MIT OR Apache-2.0