0.7.0
Breaking changes
Translation::allocate_table
andTranslation::deallocate_table
now take&mut self
rather
than `&self.
Other changes
- The
Translation
type parameter toMapping
no longer needs to beClone
. IdMap
,LinearMap
,Mapping
andRootTable
are nowSync
.