libreal 0.14.1

Utility library for programmers working in the real world, where heap allocation can fail
1
2
3
4
5
6
7
8
9
10
This is a Rust utility library which not aborts on allocational failure.

[Docs here](https://docs.rs/libreal/)

## Features so far

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