fall

Crates.iofall
lib.rsfall
version0.1.2
sourcesrc
created_at2018-09-13 04:32:45.834992
updated_at2018-09-18 03:42:39.662141
descriptionAn easily embeddable, futures-friendly logic engine.
homepage
repositoryhttps://github.com/remexre/fall
max_upload_size
id84470
size23,037
all (github:tangramdotdev:all)

documentation

https://docs.rs/fall

README

FALL: Futures-Aware Logic Library

Build Status

Crates.io

Documentation

License

An easily embeddable, futures-friendly logic engine, whose language is based on a pure subset of Prolog (i.e. no negation, no cuts). Unlike other logic programming libraries I was able to find, fall is futures-friendly, making it easy to integrate with an existing futures-using database layer.

License

Licensed under either of

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.

Commit count: 5

cargo fmt