anymap
anymap copied to clipboard
A safe and convenient store for one value of each type
Results
12
anymap issues
Sort by
recently updated
recently updated
newest added
Thanks for the crate! Just fixing a typo as I came across it
Hi, I am scanning the anymap in the latest version with my own static analyzer tool. Unsafe conversion found at: src/any.rs ``` rust #[inline] unsafe fn downcast_ref_unchecked(&mut self) -> &mut...