# Dynamization of static containers
[](https://crates.io/crates/dynamization/)
[](https://docs.rs/dynamization/)
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](https://docs.rs/dynamization/).
## Versions
* `0.2.0`: Bugfixes && some renames && better docs.
* `0.1.0`: Initial commit (yanked: the provided `SortedVec` was unsound).