#btree-map #numbers #within #elements #bits #target #extracting

s-tree

This is a wrapper for BTreeMap from Rust's standard library with convenient methods for extracting elements that are within specified number of common leading bits with a target

2 unstable releases

0.3.0 May 11, 2020
0.1.0 Mar 30, 2020

#28 in #btree-map

21 downloads per month

MIT license

7KB
111 lines

S-Tree

This is a wrapper for BTreeMap from Rust's standard library with convenient methods for extracting elements that are within specified number of common leading bits with a target.

No runtime deps