Skip to content

Feliix42/covfefe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Rust crate to end tweets in style. Inspired by https://github.com/rgbkrk/covfefe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages