Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 25, 2022
1 parent ddda9eb commit e026c1b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "datpiff"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
description = "Rust library for DatPiff"
documentation = "https://docs.rs/datpiff"
Expand Down
16 changes: 16 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
//! # 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;
Expand Down

0 comments on commit e026c1b

Please sign in to comment.