Skip to content

0.7.0

Compare
Choose a tag to compare
@qwandor qwandor released this 19 Jul 10:58
· 19 commits to main since this release

Breaking changes

  • Translation::allocate_table and Translation::deallocate_table now take &mut self rather
    than `&self.

Other changes

  • The Translation type parameter to Mapping no longer needs to be Clone.
  • IdMap, LinearMap, Mapping and RootTable are now Sync.