succparen 0.0.1

Succinct data structures library for balanced parentheses representation
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "noargs"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe77e710319d3ff009f93efc433d879e80e6336f5b87ace6d6db7ca5951085c3"

[[package]]
name = "splay_tree"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f441f93854f4f1325b18362c76a3049fd7839a6f1227650f4057077ccc85357f"

[[package]]
name = "succparen"
version = "0.0.1"
dependencies = [
 "noargs",
 "splay_tree",
]