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: - Main snowball loop - Snowball query handler - Generic implementations for snowball network interface, query object, and node sampler among other things.