rbit 0.2.2

A BitTorrent library implementing BEP specifications
Documentation
## Description

<!-- Describe your changes in detail. What problem does this solve? -->

## Related Issue

<!-- Link to the issue this PR addresses, if any -->
Closes #

## Type of Change

<!-- Mark the relevant option with an "x" -->

- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] Performance improvement

## BEP Implementation

<!-- If this implements a BEP specification, note which one -->

- [ ] This PR implements/modifies BEP-___

## Checklist

<!-- Mark completed items with an "x" -->

- [ ] I have read the [CONTRIBUTING]../CONTRIBUTING.md guidelines
- [ ] My code follows the existing code style
- [ ] I have run `cargo fmt`
- [ ] I have run `cargo clippy` with no warnings
- [ ] I have added tests that prove my fix/feature works
- [ ] All new and existing tests pass (`cargo test`)
- [ ] I have updated documentation as needed
- [ ] I have added an entry to CHANGELOG.md under `[Unreleased]`

## Test Plan

<!-- Describe how you tested your changes -->

## Additional Notes

<!-- Any additional information that reviewers should know -->