fenny 0.2.0

A library for working with Fenwick trees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies.rand]
version = "0.8.1"

[package]
authors = ["Rickard Norlander"]
categories = ["data-structures"]
description = "A library for working with Fenwick trees"
edition = "2021"
keywords = ["fenwick", "binary", "prefix", "arithmetic-coding"]
license = "BSD-2-Clause"
name = "fenny"
readme = "README.md"
repository = "https://github.com/rickardnorlander/fenny/"
resolver = "2"
version = "0.2.0"