obj-pool 0.4.1

A simple object arena
Documentation
0.4.1
=====

* Add serde_support feature

0.4.0
=====

* Make ObjId field public for static usage
* Update dependencies

0.3.1
=====

* Fixed release build issue.

0.3.0
=====

* Switched to `optional` crate, remove invalid_value module.

0.2.0
=====

* Added debug-only check that `ObjId` used to get object from `ObjPool` is got from the correct `ObjPool`.
* Reintroduced iterators.
* Added `OptionObjId`.

0.1.0
=====

Initial version.
* Undeprecated `vec-arena`.
* Added `ObjId`.