clingo 0.6.0

Rust idiomatic bindings to the clingo library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Contributing

Thank you for considering contributing to `clingo-rs`.
This file contains instructions that will help you to make a contribution.

## How to make a contribution

* Open an [issue]https://github.com/potassco/clingo-rs/issues/new describing what you want to do.
* Fork the [potassco/clingo-rs]https://github.com/potassco/clingo-rs/ repo and create a branch for your changes.
* Submit a pull request to master with your changes.
* Respond to feedback on your pull request.
* If everything is fine your pull request is merged.

## License

Any contribution intentionally submitted for inclusion in the work by you, shall be licensed under the terms of the [MIT license](https://github.com/potassco/clingo-rs/blob/master/LICENSE.md) without any additional terms or conditions.