refactor: move implementation inside anymap crate into stdx crate

This commit is contained in:
shogo-nakano-desu 2023-09-20 08:48:15 +09:00
parent 00e238e99b
commit f671b0b864
9 changed files with 140 additions and 174 deletions

View file

@ -12,6 +12,7 @@ pub mod panic_context;
pub mod non_empty_vec;
pub mod rand;
pub mod thread;
pub mod anymap;
pub use always_assert::{always, never};