prolly 0.1.1

An implementation of the prolly tree data structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Cem Karan <cfkaran2@gmail.com>"]
categories = ["asynchronous", "concurrency", "database-implementations", "data-structures"]
description = "An implementation of the prolly tree data structure"
edition = "2021"
keywords = ["datastructures", "concurrent", "database", "async"]
license = "Apache-2.0"
name = "prolly"
readme = "README.md"
repository = "https://github.com/cfkaran2/prolly"
resolver = "2"
rust-version = "1.60"
version = "0.1.1"