earthbucks_lib 0.8.5

EarthBucks library for data structures and algorithms
Documentation
# earthbucks_lib

Website: [earthbucks.com](https://earthbucks.com)

Repo: [github.com/earthbucks/earthbucks](https://github.com/earthbucks/earthbucks)

## Overview

This library contains data structures and algorithms for EarthBucks. This
library is co-implemented in both Rust and TypeScript.

## Usage

### In Rust

Example:

```rs
use earthbucks_lib::priv_key::PrivKey;
```

Please find all the modules available in the lib.rs file.