canrun 0.5.0

A logic programming library inspired by the *Kanren family of language DSLs.
Documentation
1
2
3
4
5
//! Tutorials and other more in-depth documentation (mostly WIP).

pub mod quickstart {
    #![doc = include_str!("./quickstart.md")]
}