sensitive_words

Crates.iosensitive_words
lib.rssensitive_words
version1.0.3
sourcesrc
created_at2019-07-05 16:11:23.438083
updated_at2019-08-27 09:53:54.322617
descriptionWords that you wouldn't want anyone to say out loud
homepage
repositoryhttps://callie.marisa.cloud/tometo/sensitive-words
max_upload_size
id146579
size5,730
liv (shadows-withal)

documentation

https://docs.rs/sensitive_words

README

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.

Commit count: 0

cargo fmt