Crates.io | stable_bst |
lib.rs | stable_bst |
version | 0.2.0 |
source | src |
created_at | 2016-07-07 06:06:48.951572 |
updated_at | 2016-08-19 00:57:05.742496 |
description | An ordered map and set based on a binary search tree. Works with stable Rust 1.9.0. |
homepage | |
repository | https://github.com/rocallahan/stable-bst |
max_upload_size | |
id | 5602 |
size | 2,794,936 |
An ordered map and set based on a binary search tree.
Forked from https://github.com/contain-rs/bst and updated to work with stable Rust (1.9.0).