Skip to content

Releases: kotauskas/charcoal.rs

1.1.0 — storage manipulation methods, Default impls, refactoring

13 Mar 22:47
4550c7e
Compare
Choose a tag to compare
  • Refactored the tree code into more files, making it considerably easier to maintain.
  • Added storage manipulation methods to the trees, featuring reserve, num_nodes, capacity and shrink_to_fit.
  • Added Default impls for tree types other than BinaryTree, they were missing due to an oversight.

1.0.0 — initial release

13 Mar 22:31
d3df35d
Compare
Choose a tag to compare
Bumped version to 1.0.0

Rolling the release tracks!