kanye

Crates.iokanye
lib.rskanye
version0.1.1
sourcesrc
created_at2021-04-08 23:39:48.848303
updated_at2021-05-18 15:41:44.164369
descriptionKAAS (Kanye As A Service)
homepage
repositoryhttps://github.com/DefunctLizard/kanye-rs/
max_upload_size
id381099
size27,920
Grant Handy (grantshandy)

documentation

https://docs.rs/kanye

README

kanye-rs

Crates.io Crates.io API

KAAS (Kanye As A Service)

Prints out a random Kanye quote from the kanye.rest API.

As A Command Line Tool

Install it:

$ cargo install kanye

Use it:

$ kanye 
Kanye says "One of my favorite of many things about what the Trump hat represents to me is that people can't tell me what to do because I'm black"

As A Library

fn main() {
    let quote = kanye::quote().unwrap();

    println!("Kanye says \"{}\"", quote);
}

Output:

Kanye says "We used to diss Michael Jackson the media made us call him crazy ... then they killed him"
Commit count: 0

cargo fmt