PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 4
  1. 2.0.1 02 Jan 2019
    Release notes
    • Work around a rustdoc ICE (#24)
    Open source →
  2. 2.0.0 27 Dec 2018
    Release notes
    • Breaking changes:
      • leapjoin now takes a tuple of leapers, and not a &mut slice:
        • from_leapjoin(&input, &mut [&mut foo.extend_with(...), ..], ..) becomes from_leapjoin(&input, (foo.extend_with(...), ..), ..)
        • if there is only one leaper, no tuple is needed
      • Relation::from now requires a vector, not an iterator; use Relation::from_iter instead
    • Changed the API to permit using Relation and Variable more interchangeably, and added a number of operations to construct relations directly, like Relation::from_join
    • Extended leapfrog triejoin with new operations (PrefixFilter and ValueFilter)
    Open source →
  3. 1.0.0 05 Dec 2018
    Release notes
    • Added leapfrog triejoin (#11).
    • Have badges and repo links now!
    • Minor performance improvements (#13).
    Open source →
  4. 0.1.0 24 May 2018
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive