Skip to content

v0.2.0

Compare
Choose a tag to compare
@Goncalerta Goncalerta released this 25 Feb 22:27
· 23 commits to master since this release

Feature

  • Interpolate ToTokens in repeating pattern
  • Interpolate Vec and other types that implement Borrow<[T]> in repeating pattern without consuming the variable

Documentation

  • Improve documentation and explain new features
  • Add a Why use proc-quote section to help users decide whether they want to use this crate or the regular quote

Tests

  • Test for __stream var name conflict

Breaking Changes

  • IntoIterator will no longer necessarily be allowed in repeating blocks. Instead, explicitly calling into_iter might be required.