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.
yuurei/src/tripcode.rs

14 lines
266 B

//! Tripcode. TODO: Use kana-hash
use super::*;
///TODO: A kana-hash tripcode
#[derive(Debug, Clone, PartialEq, Eq, Hash, Ord, PartialOrd)]
#[derive(Serialize, Deserialize)]
pub struct Tripcode;/*
{
Secure(i32),
Normal(i32),
Special(&'static str),
}*/