Skip to content

v0.1.5

Compare
Choose a tag to compare
@sam0x17 sam0x17 released this 08 Mar 06:44
· 206 commits to main since this release
bc7cace
  • adds new macro_magic_core / macro_magic::core crate/module containing all core implementation code for #[export_tokens] and the machinery behind indirect imports/exports in an easy-to-use form
  • functions in macro_magic::core can be used to make a custom #[export_tokens] macro
  • fixes some minor docs issues and general clean up