mocha-rs 0.1.0

Binding for mocha parser an elegant configuration language for both humans and machines
Documentation
# mocha-rs

[![](https://img.shields.io/github/v/tag/thechampagne/mocha-rs?label=version)](https://github.com/thechampagne/mocha-rs/releases/latest) [![](https://img.shields.io/github/license/thechampagne/mocha-rs)](https://github.com/thechampagne/mocha-rs/blob/main/LICENSE)

A Rust binding for mocha parser an elegant configuration language for both humans and machines.

### Download
[Crates](https://crates.io/crates/mocha-rs/)

Add the following line to your Cargo.toml file:

```
mocha-rs = "0.1.0"
```

### References
 - [libmocha]https://github.com/thechampagne/libmocha

### License

This repo is released under the [BSD-3-Clause-Clear License](https://github.com/thechampagne/mocha-rs/blob/main/LICENSE).