semval 0.0.6

Semantic validation
Documentation
# semval

[![Crates.io](https://img.shields.io/crates/v/semval.svg)](https://crates.io/crates/semval)
[![Docs.rs](https://docs.rs/semval/badge.svg)](https://docs.rs/semval/)
[![Dependencies status](https://deps.rs/repo/github/uklotzde/semval/status.svg)](https://deps.rs/repo/github/uklotzde/semval)
[![Build status](https://travis-ci.org/uklotzde/semval.svg?branch=master)](https://travis-ci.org/uklotzde/semval)
[![Coverage status](https://coveralls.io/repos/github/uklotzde/semval/badge.svg?branch=master)](https://coveralls.io/github/uklotzde/semval?branch=master)
[![Apache 2.0 licensed](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](./LICENSE-APACHE)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT)

***Work in progress! Expect braking changes and no changelog until v0.1.0 is released.***

A lightweight and versatile toolbox for semantic validation in Rust.

Please refer to the bundled [*Reservation*](examples/reservation.rs) example to get an idea of how it works.

Without any macro magic, at least not now.

## License

Copyright (c) 2019 [Uwe Klotz](https://github.com/uklotzde)

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or
  http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT]LICENSE-MIT or
  http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `semval` by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.