map-macro 0.2.6

Declarative macros for statically initializing collections
Documentation
# CHANGELOG

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html>).


## [0.2.6]

### Added

* `hash_map` macro

* `hash_map_e` macro

* `hash_set` macro

* `binary_heap` macro

* `vec_deque` macro

* `vec_deque_e` macro

* `linked_list` macro

* `linked_list_e` macro

### Deprecated

* `map` macro

* `set` macro


## [0.2.5]

### Added

* `btree_map_e` macro

* `map_e` macro


## [0.2.4]

### Added

* `btree_map` macro

* `btree_set` macro

### Changed

* enhanced performance of `vec_no_clone` macro when used with a
  list of elements


## [0.2.3]

### Changed

* better allocation performace for all collections


## [0.2.2]

### Added

* `vec_no_clone` macro


## [0.2.1]

### Added

* Documentation


## [0.2.0]

### Added

* `set!` macro


## [0.1.0]

### Added

* `map!` macro