kbucket 0.1.0

Implementation of the kademlia k-bucket data structure as a tree
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.rand]
version = "0.8.4"

[package]
authors = ["Asriel <Asriel@dismail.de>"]
description = "Implementation of the kademlia k-bucket data structure as a tree"
documentation = "https://docs.rs/KBucket"
edition = "2018"
keywords = ["P2P", "Kademlia", "k-bucket"]
license = "Apache-2.0"
name = "kbucket"
readme = "README.md"
repository = "https://github.com/Asriel/KBucket"
version = "0.1.0"