#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

#501 in Data structures

Download history 3139/week @ 2024-05-16 2325/week @ 2024-05-23 1572/week @ 2024-05-30 1977/week @ 2024-06-06 1980/week @ 2024-06-13 1532/week @ 2024-06-20 1541/week @ 2024-06-27 1837/week @ 2024-07-04 2710/week @ 2024-07-11 1977/week @ 2024-07-18 2516/week @ 2024-07-25 2182/week @ 2024-08-01 2548/week @ 2024-08-08 1744/week @ 2024-08-15 2421/week @ 2024-08-22 2006/week @ 2024-08-29

9,076 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–315KB