github vmware-archive/differential-datalog v1.1.0
DDlog v1.1.0

latest releases: v1.2.3, v1.2.2, v1.2.1...
3 years ago

[1.1.0] - Nov 12, 2021

Rust API changes

  • Feature-gate AnyDeserialize impl. The DDlog compiler generates an
    implementation of the AnyDeserialize trait, which allows clients to
    deserialize instances of ddlog_std::Any provided they know relation id of
    the value being deserialized. This feature is not used by most applications,
    but can cause significant code bloat and slow down compilation. We
    feature-gate this impl, so that only users who require this functionality
    have to pay the price.

Don't miss a new differential-datalog release

NewReleases is sending notifications on new releases.