Crates.io | covfefify |
lib.rs | covfefify |
version | 0.1.0 |
source | src |
created_at | 2017-05-31 20:12:32.119152 |
updated_at | 2017-05-31 20:12:32.119152 |
description | End sentences with style. |
homepage | |
repository | https://github.com/feliix42/covfefe |
max_upload_size | |
id | 17121 |
size | 4,637 |
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.
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());
}
All credits go to rgbkrk, who had the original idea and implemented it in node.
This work is published under the MIT License.