#heap #b-tree #no-std #programmers #fail #real #allocation

no-std libreal

Utility library for programmers working in the real world, where heap allocation can fail

29 releases

Uses old Rust 2015

0.14.1 Mar 13, 2017
0.13.1 Mar 12, 2017
0.13.0 Jun 24, 2016
0.11.0 Mar 18, 2016
0.1.1 Nov 13, 2015

#55 in #b-tree

MIT/Apache

6KB

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

Dependencies

~395KB