human_common/
lib.rs

1#![forbid(unsafe_code)]
2#![forbid(clippy::all)]
3
4pub mod entity;
5pub mod utils;