Adds attract

This commit is contained in:
2022-09-10 10:29:00 +02:00
parent 4275816fd9
commit 19d2705221
8 changed files with 131 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ use alloc::vec::Vec;
use spin::RwLock;
#[repr(u8)]
#[derive(Eq, PartialEq)]
pub enum Gender {
Male = 0,
Female = 1,