You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
170 B
6 lines
170 B
4 years ago
|
|
||
|
/// Default anonymous name
|
||
|
pub const ANON_NAME: &'static str = "名無し";
|
||
|
/// Max length of `name` and `email` feilds in posts.
|
||
|
pub const POST_ID_MAX_LEN: usize = 32;
|