#![crate_name="fingertree"]#![crate_type="lib"]#![license="MIT"]#![doc(html_root_url ="http://www.rust-ci.org/epsilonz/fingertree.rs/doc/fingertree/")]//! This crate implements the Finger Tree data type.
externcrate epsilonz_algebra;pubmodpersistent;