{"id":71033,"library":"rustrict","title":"Rustrict","description":"Rustrict is a profanity filter for Rust.","status":"active","version":"0.7.38","language":"rust","source_language":null,"source_url":"https://github.com/finnbear/rustrict","tags":["profanity","filter","censor","text"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrustrict = \"0.7.38\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rustrict","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ProfanityFilter","correct":"use rustrict::ProfanityFilter;"}],"quickstart":{"code":"use rustrict::ProfanityFilter;\n\nfn main() {\n    let filter = ProfanityFilter::new();\n    let cleaned = filter.censor(\"bad word\");\n    println!(\"{}\", cleaned);\n}","lang":"rust","description":"Censors profanity in a string."},"warnings":[],"env_vars":null,"search_vec":"'censor':11 'filter':6,10 'profan':5,9 'rust':8 'rustrict':1,2 'text':12","created_at":"2026-06-17T18:21:53.344232+00:00","updated_at":"2026-06-17T18:21:53.344232+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/finnbear/rustrict","github":"https://github.com/finnbear/rustrict","docs":"https://docs.rs/rustrict/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}