1 unstable release
Uses old Rust 2015
0.1.0 | May 31, 2017 |
---|
#15 in #tweet
4KB
covfefe
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.
lib.rs
:
This is a small crate to end tweets or sentences with Style.
This crate is inspired by rgbkrk and
the 45th president of the United States of America.
It basically consists of a Trait - Cofveve
, which is implemented for all
types that implement ToString
.
Example
println!("{}", "Despite the constant negative press".covfefify());