Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/remexre/swipl-rs
- Owner: remexre
- Created: 2018-02-20T03:18:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T18:42:53.000Z (over 6 years ago)
- Last Synced: 2024-10-12T20:22:37.048Z (24 days ago)
- Topics: bindings, prolog, rust, swi-prolog
- Language: Rust
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.