without-alloc 0.2.2

Replacements for `Box`, `Rc`, `Vec`, .. without `alloc`
Documentation
1
2
3
4
5
6
7
8
9
Integration tests, or rather only tests for the allocator.

## Writing tests

Make sure that every test is contained in its own executable file. The reason is
that the test framework itself requires some amount of memory allocation and
this depends on the number of tests ran by each execution. There is only an
option to control the parallelism within an executor, not one to fork for each
test.