components-arena 0.0.10

Simple library for creating complex domain-specific self-referential data structures.
Documentation
1
2
3
4
5
6
7
8
9
![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.