mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
5 lines
65 B
Rust
5 lines
65 B
Rust
pub struct UserData {
|
|
username: String,
|
|
hash: Vec<u8>,
|
|
}
|