- A plugged rustc bug would stop the crate from compiling. This has been fixed in this release.
- Migrated to edition 2018. Rust 1.32 is now required.
refl
is now aconst fn
.#![no_std]
is unconditionally applied and requires cargo features.
- Relaxed bounds on various implemented traits for
Id<A, B>
.
- Added associated constant
Id::REFL
for const contexts.
- Fixes in documentation rendering.
- Added bounds
Sync
andSend
onId<S, T>
- Initial version.