mtorrent-utils 0.5.4

Miscellaneous utilities for BitTorrent protocol
Documentation
1
2
3
4
5
6
7
8
[![CI](https://github.com/DanglingPointer/mtorrent/actions/workflows/ci.yml/badge.svg)](https://github.com/DanglingPointer/mtorrent/actions/workflows/ci.yml)
[![Crates.io Version](https://img.shields.io/crates/v/mtorrent-utils)](https://crates.io/crates/mtorrent-utils)
[![docs.rs](https://img.shields.io/docsrs/mtorrent-utils)](https://docs.rs/mtorrent-utils/latest)
[![codecov](https://codecov.io/github/DanglingPointer/mtorrent/graph/badge.svg?token=UA46BNVZ4T)](https://codecov.io/github/DanglingPointer/mtorrent)

# mtorrent-utils

Collection of miscellaneous utilities used by the [`mtorrent`](https://crates.io/crates/mtorrent) crate and its components. Some of the utilities are specific to the BitTorrent protocol, while others are generic and can be used in any Tokio-based application.