strfry 0.1.0

randomize a string
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 2 items with examples
  • Size
  • Source code size: 3.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • badboy

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