1 2 3 4 5 6 7 8 9 10 11
/* Appellation: constants <module> Creator: FL03 <jo3mccain@icloud.com> Description: ... Summary ... */ pub const SCASE: &str = "snake_case"; /// pub const DEFAULT_HTTP_PORT: u16 = 8080; /// pub const DEFAULT_IGNORE_CHARS: &[char] = &['[', ']', ',', '.', ' '];