anycollections 0.2.0

Rust Vec and HashMap which can contain arbitrary types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]
unsafe-any = "0.4.1"

[package]
authors = ["sinhrks <sinhrks@gmail.com>"]
description = "Rust Vec and HashMap which can contain arbitrary types"
keywords = ["vec", "hashmap", "any"]
license = "BSD-3-Clause"
name = "anycollections"
readme = "README.md"
repository = "https://github.com/sinhrks/rust-anycollections"
version = "0.2.0"