covfefify 0.1.0

End sentences with style.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented1 out of 3 items with examples
  • Size
  • Source code size: 4.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Feliix42/covfefe
    11 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Feliix42

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.