#end #ussy #mussy #fussy

russy

Utility library for adding "ussy" to the end of things

2 releases

0.1.1 Aug 7, 2022
0.1.0 Aug 7, 2022

#18 in #end

24 downloads per month

Custom license

5KB
78 lines

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


lib.rs:

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

No runtime deps