[1.1.0] - Nov 12, 2021
Rust API changes
- Feature-gate
AnyDeserializeimpl. The DDlog compiler generates an
implementation of theAnyDeserializetrait, which allows clients to
deserialize instances ofddlog_std::Anyprovided 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.