# semval
[](https://crates.io/crates/semval)
[](https://docs.rs/semval/)
[](https://deps.rs/repo/github/uklotzde/semval)
[](https://travis-ci.org/uklotzde/semval)
[](https://coveralls.io/github/uklotzde/semval?branch=master)
[](./LICENSE-APACHE)
[](./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.