strfry

Crates.iostrfry
lib.rsstrfry
version0.1.0
sourcesrc
created_at2024-05-14 13:51:25.630606
updated_at2024-05-16 18:47:48.933231
descriptionrandomize a string
homepage
repository
max_upload_size
id1239613
size3,564
Engine Devs (github:amethyst:engine-devs)

documentation

README

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");
Commit count: 0

cargo fmt