Crates.io | strfry |
lib.rs | strfry |
version | 0.1.0 |
source | src |
created_at | 2024-05-14 13:51:25.630606 |
updated_at | 2024-05-16 18:47:48.933231 |
description | randomize a string |
homepage | |
repository | |
max_upload_size | |
id | 1239613 |
size | 3,564 |
Randomizes the contents of string by randomly swapping characters in the string. The result is an anagram of string.
use strfry::strfry;
let anagram = strfry("i am a weakish speller");