Skip to content

v2.0.0

Compare
Choose a tag to compare
@garritfra garritfra released this 10 Mar 13:58
· 40 commits to main since this release
v2.0.0
5f679a0

Changelog

Added

  • Function and DataDef now have a new constructor
  • Module now implements common traits (Debug, Clone, Eq, PartialEq,
    Ord, PartialOrd, Hash, Default and Copy)

Changed

  • Module::add_function, Module::add_type and Module::add_data now consume
    their corresponding structs, instead of constructing them