russy 0.1.1

Utility library for adding "ussy" to the end of things.
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented2 out of 3 items with examples
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NatanFreeman

russy

russy is a utility crate for adding "ussy" to the end of things.

Usage

use russy::mussy::fussy;

fn main(){
    let rust = "rust".to_string();
    assert_eq!("russy", fussy(&rust));
}

Limitations

Only works with Roman alphanumeric characters.

License

This project is licensed under Apache License, Version 2.0