#memory-mapping #interval-tree #tree #algorithm #store

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

#749 in Data structures

Download history 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 2266/week @ 2024-09-14 3254/week @ 2024-09-21 2460/week @ 2024-09-28 2028/week @ 2024-10-05 2028/week @ 2024-10-12 3001/week @ 2024-10-19 2100/week @ 2024-10-26 1863/week @ 2024-11-02

9,395 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

~93–310KB