rust-immutable-seq

Contents

API Docs

About

immutable-seq-rust is a library providing an immutable sequence data structure for the Rust programming language.

The Seq implements an API similar to Vec, with the added advantage that previous versions of the data structure remain available and unchanged.

Usage

Examples