anymap icon indicating copy to clipboard operation
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

anymap is still on the list of advisory because version 1.0.0 is not released yet. https://github.com/rustsec/advisory-db/issues/1281

In `1.0.0-beta.2`, the `any` module is now private and only `CloneAny` is exported, meaning the `Downcast` trait is no longer visible.

I want to crate a `Map`, but whatever I do, Rust always says ``error[E0277]: the trait bound `Component + 'static: anymap::any::UncheckedAnyExt` is not satisfied``. I have tried so much now:...

Howdy, The size of TypeId changed in https://github.com/rust-lang/rust/commit/9e5573a0d275c71dce59b715d981c6880d30703a, and the unittest `type_id_hasher` no longer builds: ``` cannot transmute between types of different sizes, or dependently-sized types | 638 | assert_eq!(hasher.finish(),...

Dear @chris-morgan, I don't wish to be rude, but from the issue tracker e.g. #45 I wonder if you have had enough of maintaining this crate / real life has...

Could the AnyMap implement Clone ?

*This is intended as an initial discussion PR and not a completed/documented feature. While the feature **will** work as submitted. I believe more discussion is required, and an obvious clean...

This adds the ability to extend the `Map` without `Map` needing to impl IntoIterator which I don't think is possible to support without GATs. This specializes the impl to just...

building anymap on nightly rust now triggers a future incompatibility warning, here's a copypasted terminal output ``` The package `anymap v1.0.0-beta.2` currently triggers the following future incompatibility lints: > warning:...