Skip to content

Commit

Permalink
rustdoc: Add Babycat logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmishra committed Sep 24, 2021
1 parent d2cd433 commit dbe11fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! ![Babycat: Audio analysis made easy.](https://static.neocrym.com/images/babycat/v1/1x/babycat-body-icon-dark-social-media-cover--1x.png)
//!
//! Babycat is a library that makes it easy to decode and manipulate
//! many audio files at once.
//!
Expand Down Expand Up @@ -96,6 +98,10 @@
//! }
//! ```
#![doc(
html_logo_url = "https://static.neocrym.com/images/babycat/v1/1x/babycat-face-icon-on-transparent--1x.png"
)]

// Leak a str or String value.
// This is useful for passing string values to an error enum.
macro_rules! leak_str {
Expand Down

0 comments on commit dbe11fe

Please sign in to comment.