All notable changes by version.
- Improve docs and core tests
- Update README
- Add
linked_list!
andlinked_list_from
macros - Add
map_iter!
andmap_iter_from!
macros
- Add heuristic for calculating
HashSet
andHashMap
capacity - Fix(#7): Expressions containing paths are not accepted by macros
- Fix: Prevent warnings when a range is in parentheses
- Improve docs
- Update Cargo package description
- Add heuristic for calculating
Vec
capacity - Add
btree_map!
andhash_map!
macros - Add
*_from
variants to all macros
- Add
vec!
,btree_set!
,hash_set!
anditer!
macros
- Remove
splat_tts
macro andSplat
trait. - Rename
velcro!
tovec!
and support all input patterns ofstd::vec!
- Add generalized
splat_tts
, a tt-muncher macro, and supportingSplat
trait
- Add
velco!
macro for vector initialization with spread operator