Initial Release
This release is the first version of this crate that has been pushed to crates.io: https://crates.io/crates/logru
It features:
- A small and fast solver core implementing depth-first search.
- A textual language for logic terms inspired by Prolog.
- A few examples on how to use the library, including a small REPL for interactively exploring a set of rules.