MCPcopy Create free account
hub / github.com/Rust-Web-Development/code / BadWord

Class BadWord

ch_10/src/profanity.rs:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Deserialize, Serialize, Debug, Clone)]
14struct BadWord {
15 original: String,
16 word: String,
17 deviations: i64,
18 info: i64,
19 #[serde(rename = "replacedLen")]
20 replaced_len: i64,
21}
22
23#[derive(Deserialize, Serialize, Debug, Clone)]
24struct BadWordsResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected