logru 0.4.1

A small, embeddable and fast interpreter for a subset of Prolog.
Documentation
1
2
3
4
5
6
7
mod arithmetic;
mod combinators;
mod rules;

pub use arithmetic::ArithmeticResolver;
pub use combinators::{OrElse, ResolverExt};
pub use rules::RuleResolver;