russy

Crates.iorussy
lib.rsrussy
version0.1.1
sourcesrc
created_at2022-08-07 18:30:31.56632
updated_at2022-08-07 19:57:47.486555
descriptionUtility library for adding "ussy" to the end of things.
homepage
repository
max_upload_size
id640326
size6,582
(NatanFreeman)

documentation

README

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

Commit count: 0

cargo fmt