Canrun Rs Versions Save

A Rust logic programming library inspired by the *Kanren family of language DSLs.

v0.5.0

1 year ago

What's Changed

Full Changelog: https://github.com/tgecho/canrun_rs/compare/v0.4.0...v0.5.0

v0.4.0

1 year ago

Rewrote the core to eliminate the entire domain concept. Now any types that implement the Unify trait can be added to a state at any time. Apart from some minor renaming and shifting, the basic concepts have stayed largely the same. Most externally visible changes involve a bunch of simplified types.

v0.3.0

2 years ago
  • Add lvec::get, lvec::slice and lmap::get goals.
  • Add more documentation
  • Improve CI integrations

v0.1.0

3 years ago