Implement From, not Into
[anymap] / src / raw.rs
Chris MorganDrop anymap::Any in favour of std::any::Any
Chris MorganTweak docs, especially around safety
Chris MorganMake TypeIdHasher safe, bump MSRV
Chris MorganNo more bare trait objects: use `dyn Trait` syntax
Chris MorganRevert "removed unsafe code in favor of explicit assert"
Chris MorganMerge pull request #32 from hellow554/master
Marcel Hellwigremoved unsafe code in favor of explicit assert
Chris MorganImplement Default on Map
Chris MorganMake clippy happy.
Chris MorganPut in a bunch of #[inline] attributes on fns.
Chris MorganMake Clippy happy.
Chris MorganKeep Clippy happy.
Chris MorganFix order of ptr::copy_nonoverlapping parameters.
Chris MorganUngate drain iterator (stable in Rust 1.6.0).
Chris MorganUngate efficient hashing (stable in Rust 1.7.0).
Chris Morgan0.11.2: just fixing warnings and such. 0.11.2
Chris MorganRename 'nightly' feature to 'unstable'.
Chris MorganReplace Cargo features with arcane DST magicks.
Chris MorganImplement stuff for concurrency.
Chris Morgan0.10.3: Rust beta support 0.10.3
Chris Morgan0.10.0: move Clone functionality into a feature. 0.10.0
Chris MorganRust update.
Chris MorganSubstantial refactoring, exposing a raw interface.