torrust-info-hash 0.1.0

BitTorrent InfoHash v1 type for Rust projects.
Documentation
1
2
3
4
5
6
7
//! `BitTorrent` [`InfoHash`] v1 type for Rust crates.

#![allow(clippy::module_name_repetitions)]

mod info_hash;

pub use self::info_hash::InfoHash;