rtrees 0.1.0

A Bunch of completely safe augmented tree implementation in rust
Documentation
  • Coverage
  • 41.18%
    7 out of 17 items documented1 out of 1 items with examples
  • Size
  • Source code size: 97.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rair-project/rair
    72 12 9
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • oddcoder

RTrees

A lightweight safe implementation of various types of domain specific trees.

Usage

Add this to your Cargo.toml

[dependencies]
rand = "0.1"