Crate sdsl

Source
Expand description

A Rust interface for the Succinct Data Structure Library (SDSL-lite).

Modules§

bit_patterns
bit_vectors
int_vectors
io
rank_supports
select_supports
util
wavelet_trees

Macros§

bit_vector
Create a BitVector from a list of elements.
int_vector
Create a IntVector from a list of elements.

Functions§

build
Build the SDSL interface backend.