Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remexre/swipl-rs

Rust bindings to SWI Prolog.
https://github.com/remexre/swipl-rs

bindings prolog rust swi-prolog

Last synced: about 8 hours ago
JSON representation

Rust bindings to SWI Prolog.

Awesome Lists containing this project

README

        

# swipl-rs

[![Build Status](https://travis-ci.org/remexre/swipl-rs.svg?branch=master)](https://travis-ci.org/remexre/swipl-rs)
[![Dependency Status](https://deps.rs/repo/github/remexre/swipl-rs/status.svg)](https://deps.rs/repo/github/remexre/swipl-rs)

Rust bindings to SWI Prolog.

## Runtime Instructions

The `SWI_HOME` environment variable must be set to the location of the SWI Prolog installation, for example `/usr/lib/swipl-7.6.4`.

## License

Licensed under either of

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

at your option.

### Contribution

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