Dynamization of static containers

crate docs

A crate allowing one to endow a static (i.e. not supporting insertion) data structure with an effective insertion procedure with a small decrease in query performance.

Usage

Simply include

dynamization = "0.2"

in your Cargo.toml.

Examples

This part of readme is WIP. You can read the docs.

Versions