covfefify

Crates.iocovfefify
lib.rscovfefify
version0.1.0
sourcesrc
created_at2017-05-31 20:12:32.119152
updated_at2017-05-31 20:12:32.119152
descriptionEnd sentences with style.
homepage
repositoryhttps://github.com/feliix42/covfefe
max_upload_size
id17121
size4,637
Felix Wittwer (Feliix42)

documentation

https://docs.rs/crate/covfefify

README

covfefe

Language version Build Status

This is a small crate to end tweets or sentences with Style. Inspired by rgbkrk and the 45th president of the United States of America.

Usage

Just add this crate to your dependencies:

[dependencies]
covfefify = "0.1"

And then use it in your application:

extern crate covfefify;
use covfefify::Covfefe;

fn main() {
    println!("{}", "Despite the constant negative press".covfefify());
}

Credits

All credits go to rgbkrk, who had the original idea and implemented it in node.

License

This work is published under the MIT License.

Commit count: 12

cargo fmt