libreal 0.6.1

Utility library for programmers working in the real world, where heap allocation can fail
Documentation
This is a Rust utility library which not aborts on allocational failure.

## Features so far

* `vec::Vec`: Growable arrays
* `heap`: Heaps on `Vec`
* `heap::slice`: Heap operations on slices
* `b_tree`: B-trees