Skip to content

v0.1.6

Compare
Choose a tag to compare
@sam0x17 sam0x17 released this 09 Mar 20:56
· 198 commits to main since this release
377377c
  • support applying #[export_tokens] to any valid syn::Item
  • when applying it to something that doesn't have a natural name/Ident, you are required to specify a disambiguation name (when using direct imports) or a disambiguation path (when using indirect imports)
  • disambiguation names can now be used in direct import mode, as long as they are valid. Complex paths are not supported for this, just paths of depth 1.