#tree #memory-mapping #interval-tree

no-std meminterval

A simple interval-tree in Rust made to store memory mappings

5 releases (3 breaking)

0.4.1 Aug 24, 2023
0.4.0 Aug 24, 2023
0.3.0 Oct 24, 2022
0.2.0 Oct 21, 2022
0.1.0 Oct 17, 2022

#665 in Data structures

Download history 1608/week @ 2024-06-08 2205/week @ 2024-06-15 1204/week @ 2024-06-22 1646/week @ 2024-06-29 2165/week @ 2024-07-06 2762/week @ 2024-07-13 1522/week @ 2024-07-20 3047/week @ 2024-07-27 1933/week @ 2024-08-03 2361/week @ 2024-08-10 1959/week @ 2024-08-17 2423/week @ 2024-08-24 2199/week @ 2024-08-31 2539/week @ 2024-09-07 2277/week @ 2024-09-14 2769/week @ 2024-09-21

10,029 downloads per month
Used in 8 crates (3 directly)

MIT/Apache

22KB
605 lines

meminterval

A simple interval-tree in Rust made to store memory mappings


lib.rs:

  • A simple interval-tree in Rust made to store memory mappings

Dependencies

~94–310KB