#words #environment #list #say #anyone #wouldn-t #loud

sensitive_words

Words that you wouldn't want anyone to say out loud

4 stable releases

1.0.3 Aug 27, 2019
1.0.2 Jul 7, 2019
1.0.1 Jul 5, 2019

#5 in #say

Custom license

4KB

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.

No runtime deps