cutoff_list 0.2.0

A linked-list structure where each element tracks how many predefined "cutoff points" precede or coincide with its position in the list sequence.
Documentation
[dependencies.index_list]
version = "0.2.15"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[lib]
name = "cutoff_list"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = 'A linked-list structure where each element tracks how many predefined "cutoff points" precede or coincide with its position in the list sequence.'
documentation = "https://docs.rs/cutoff_list"
edition = "2024"
license = "MIT"
name = "cutoff_list"
readme = false
repository = "https://github.com/dspyz-matician/cutoff_list"
version = "0.2.0"