gdvariants 1.1.0

Rust std library collections wrapper that implements the godot-rust variant traits.
Documentation
#[allow(clippy::module_inception)]
mod hash_map_impl;
mod hash_map_impl_clone;
mod hash_map_impl_debug;
mod hash_map_impl_default;
mod hash_map_impl_eq;
mod hash_map_impl_extend;
mod hash_map_impl_from;
mod hash_map_impl_from_iterator;
mod hash_map_impl_index;
mod hash_map_impl_into_iterator;
mod hash_map_impl_partial_eq;

#[cfg(feature = "serde")]
pub mod serde;