sensitive_words 1.0.3

Words that you wouldn't want anyone to say out loud
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 5.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • komaeda manyinsects

sensitive_words

A Rust crate that contains a list of words that you wouldn't want said out loud, curated by people that hopefully know which words are okay to use in a normal environment.

The initial list of words is taken from LDNOOBW, but has been heavily altered.

Installation and Usage

In your Cargo.toml:

[dependencies]
sensitive_words = "1.0.2"
use sensitive_words::words;

let w: Vec<String> = words();

License

See LICENSE.