datpiff 0.1.11

Rust library for DatPiff
Documentation
//! # datpiff crate
//!
//! <p>
//! <a href="https://crates.io/crates/datpiff" target="_blank">
//!  <img src="https://img.shields.io/crates/v/datpiff.svg" />
//! </a>
//! <a href="https://docs.rs/datpiff" target="_blank">
//!  <img src="https://docs.rs/datpiff/badge.svg" />
//! </a>
//! <a href="LICENSE" target="_blank">
//!  <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" />
//! </a>
//! </p>
//!
//! Datpiff is a Rust library for scraping the DatPiff website for the latest mixtapes.
//!
pub mod constants;
pub mod formater;
pub mod parser;
pub mod types;