Language

Package: rust-dogged @ 0.2.0

Synopsis

Persistent vector, similar to Clojure

Description

This package experimental persistent collections in Rust. Based on a digit-indexed trie, as in Clojure. Supports push(), get(), and get_mut() as its primitive operations for now. All O(1)-in-practice, if not in theory, but obviously not as fast as a non-persistent vector.

Home page
https://github.com/nikomatsakis/dogged
Location
gnu/packages/crates-io.scm (line: 7662, column: 2)
Licenses

Lint warnings

LinterMessageLocation
No lint warnings