mixtapetorrent/
lib.rs

1//! # mixtapetorrent crate
2//!
3//! <p>
4//! <a href="https://crates.io/crates/mixtapetorrent" target="_blank">
5//!  <img src="https://img.shields.io/crates/v/mixtapetorrent.svg" />
6//! </a>
7//! <a href="https://docs.rs/mixtapetorrent" target="_blank">
8//!  <img src="https://docs.rs/mixtapetorrent/badge.svg" />
9//! </a>
10//! <a href="LICENSE" target="_blank">
11//!  <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" />
12//! </a>
13//! </p>
14//!
15//! Mixtapetorrent is a Rust library for scraping the MixtapeTorrent website for the latest mixtapes.
16//!
17//!
18pub mod constants;
19pub mod formatter;
20pub mod parser;
21pub mod types;