panic_at_the_disco_rs/
lib.rs

1//! This is a meme crate and should not be used in production.
2//! This crate is not associated by any means with the producers, publishing label,
3//! writers, or artists of the song "Hey Look Ma, I Made It!" by Panic! at the Disco.
4
5pub mod audio_bytes;
6pub mod panic;
7pub extern crate rodio;