vertreap 0.1.0-pre.0

A purely functional treap
Documentation

This is an implementation in Rust of versioned treaps in a fully persistent, purely functional style. It's largely based off a purely functional treap implementation in Haskell, although our interest is mainly in fast appends and clones.