components-arena 0.8.1

Simple library for creating complex domain-specific self-referential data structures.
Documentation
![travis](https://travis-ci.org/A1-Triard/components-arena.svg?branch=master)

# components-arena

Strong-typed arena.
Simple library for creating complex domain-specific self-referential data structures.

This arena does not use generations approach in a strict sense,
but it uses some similar technique for avoiding the ABA effect.