datafrog
Lightweight Datalog engine intended to be embedded in other Rust programs
2.0.1
4.8M downloads/mo
#4622 most downloaded on crates.io
rust-lang-nursery/datafrog
What this package is like to depend on
Last release 8 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 6 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
4 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · May 2018 to Jan 2019
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 4-
2.0.102 Jan 2019 -
2.0.027 Dec 2018Release notes
Open source →- Breaking changes:
- leapjoin now takes a tuple of leapers, and not a
&mutslice:from_leapjoin(&input, &mut [&mut foo.extend_with(...), ..], ..)becomesfrom_leapjoin(&input, (foo.extend_with(...), ..), ..)- if there is only one leaper, no tuple is needed
Relation::fromnow requires a vector, not an iterator; useRelation::from_iterinstead
- leapjoin now takes a tuple of leapers, and not a
- Changed the API to permit using
RelationandVariablemore interchangeably, and added a number of operations to construct relations directly, likeRelation::from_join - Extended leapfrog triejoin with new operations (
PrefixFilterandValueFilter)
- Breaking changes:
-
1.0.005 Dec 2018Release notes
Open source →- Added leapfrog triejoin (#11).
- Have badges and repo links now!
- Minor performance improvements (#13).
-
0.1.024 May 2018