2 unstable releases

0.1.0 May 16, 2024
0.0.0 May 14, 2024

#545 in Text processing

Download history 245/week @ 2024-05-12 31/week @ 2024-05-19 5/week @ 2024-05-26

281 downloads per month

MIT license

3KB

Randomize a string

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");

lib.rs:

Randomize a string

Randomizes the contents of string by randomly swapping characters in the string. The result is an anagram of string.

let anagram = strfry("i am a weakish speller");

No runtime deps