libreal 0.10.0

Utility library for programmers working in the real world, where heap allocation can fail
Documentation
1
2
3
4
5
6
7
8
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