UserHandle newtype, Users & boilerplate

This commit is contained in:
2026-02-22 14:53:40 +01:00
parent 53f9e40477
commit 7a62819d9c
12 changed files with 129 additions and 3 deletions

3
src/persons/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod names;
pub struct Person;

1
src/persons/names.rs Normal file
View File

@@ -0,0 +1 @@
pub struct Name;