2 unstable releases

Uses old Rust 2015

0.2.0 Oct 24, 2017
0.1.0 Nov 22, 2016

#2191 in Data structures

Download history 1/week @ 2024-01-26 8/week @ 2024-02-09 35/week @ 2024-02-16 38/week @ 2024-02-23 20/week @ 2024-03-01 21/week @ 2024-03-08 18/week @ 2024-03-15 11/week @ 2024-03-22

72 downloads per month
Used in 2 crates

Apache-2.0/MIT

24KB
556 lines

Experimental persistent vector 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.

No runtime deps