Version 0.3.1
- Optimise the internal implementation of
ARef
. - Add
ARef::filter_map
, mirroringRef::filter_map
. - Add
transmute_unchecked
for transmute with less static checks. - Add
Hashed
to precompute the hash of a type.
ARef
.ARef::filter_map
, mirroring Ref::filter_map
.transmute_unchecked
for transmute with less static checks.Hashed
to precompute the hash of a type.