Releases: Goncalerta/proc-quote
Releases · Goncalerta/proc-quote
v0.3.0
v0.2.2
From original quote
- Support interpolating values of type Rc<T>
v0.2.1
Fix
- Support raw idents
v0.2.0
Feature
- Interpolate
ToTokens
in repeating pattern - Interpolate
Vec
and other types that implementBorrow<[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 regularquote
Tests
- Test for
__stream
var name conflict
Breaking Changes
IntoIterator
will no longer necessarily be allowed in repeating blocks. Instead, explicitly callinginto_iter
might be required.
v0.1.1
Feature
- Nested repeating blocks.
Performance
- Store the
Ident
of the variables inside a repeating block asBTreeSet
instead ofVec
, because desired operations make more sense in this type.
Tests
- Add tests from the original
quote
crate to check conformity. - Create test for iterating same variable twice on repeating block.
- Setup travis to ensure rustfmt and that tests pass.
v0.1.0
Release 0.1.0