Crates.io | snowball |
lib.rs | snowball |
version | 0.1.3 |
source | src |
created_at | 2020-09-04 10:24:15.639552 |
updated_at | 2020-09-21 11:17:37.520802 |
description | Generic implementation of Snowball consensus algorithm |
homepage | |
repository | https://github.com/ParthDesai/snowball |
max_upload_size | |
id | 284628 |
size | 22,770 |
Once it is complete, Snowball will contain generic implementation of snowball algorithm described here with batteries included.
This library will provide plug and play support for embedding snowball in any rust project and since the implementation is generic it can be used to achieve consensus on any data as long as said data is serializable. Specifically, it will provide following: