Releases: ekzhang/crepe
Releases · ekzhang/crepe
v0.1.8
v0.1.7
- Change library and examples to use Rust 2021 array
IntoIterator
impls - Update petgraph dependency to v0.6
What's Changed
- Add a collatz conjecture benchmark by @ljedrz in #19
- Minimize and speed up the Collatz conjecture bench by @ljedrz in #20
- Fix CI issues by @ekzhang in #21
- Fix badge in README by @ekzhang in #24
New Contributors
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
- Implement support for destructuring and
let
bindings in rules - Add a span for more specific "invalid relation" error messages
- Hygiene: write full paths for derived traits
- Add documentation for the generated runtime
- Add more comprehensive tests:
&static str
in relation,f64
in relation - Make clippy happy