libreal 0.14.0

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.

Docs here

Features so far

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