magiclist 0.1.0

List with O(log n) random access, insertion, splitting, and merging
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "magiclist"
version = "0.1.0"
edition = "2021"
description = "List with O(log n) random access, insertion, splitting, and merging"
license = "GPL-3.0-only"

[dependencies]

[profile.release]
debug = true

[dev-dependencies]
rand = "0.8.5"
rand_chacha = "0.3.1"