email_pass 0.9.0

Email and Password Type in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod email;
pub mod password;
pub mod password_checker;

#[cfg(feature = "serde")]
pub mod serde_feature;

#[cfg(test)]
#[cfg(not(feature = "legacy"))]
mod tests;