Crates.io | russy |
lib.rs | russy |
version | 0.1.1 |
source | src |
created_at | 2022-08-07 18:30:31.56632 |
updated_at | 2022-08-07 19:57:47.486555 |
description | Utility library for adding "ussy" to the end of things. |
homepage | |
repository | |
max_upload_size | |
id | 640326 |
size | 6,582 |
russy
is a utility crate for adding "ussy" to the end of things.
use russy::mussy::fussy;
fn main(){
let rust = "rust".to_string();
assert_eq!("russy", fussy(&rust));
}
Only works with Roman alphanumeric characters.
This project is licensed under Apache License, Version 2.0