#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

#23 in #end

Download history 2/week @ 2024-02-21 19/week @ 2024-02-28 99/week @ 2024-03-06

120 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