Crates.io | sensitive_words |
lib.rs | sensitive_words |
version | 1.0.3 |
source | src |
created_at | 2019-07-05 16:11:23.438083 |
updated_at | 2019-08-27 09:53:54.322617 |
description | Words that you wouldn't want anyone to say out loud |
homepage | |
repository | https://callie.marisa.cloud/tometo/sensitive-words |
max_upload_size | |
id | 146579 |
size | 5,730 |
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.
In your Cargo.toml
:
[dependencies]
sensitive_words = "1.0.2"
use sensitive_words::words;
let w: Vec<String> = words();
See LICENSE.