foldlist 1.0.1

A mutable list with fast folding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "foldlist"
version = "1.0.1"
edition = "2024"
description = "A mutable list with fast folding"
license = "MIT"
readme = "README.md"
repository = "https://github.com/tascofield/foldlist"
categories = ["algorithms","data-structures"]
keywords = ["segment","tree","fold","list","chain"]

[dependencies]

[dev-dependencies]
rand = "0.9.2"