chunked-quote 0.1.3

quote using only one TokenStream
Documentation
1
2
3
4
# chunked quote
just a premature optimization for [`quote!`](https://docs.rs/quote/) where instead of object composition with multiple `TokenStream`, you use a single `TokenStream` passed to all `chunk!` macro invocations.

this is a prototype and not production ready.