1
2
3
4
5
pub use physical::physical_count;
pub use logical::logical_count;

mod physical;
mod logical;