pi_map 0.2.0

Define a Triat: map for the mapped schema, and provide two built-in implementations of HashMap and vecmap
pi_map-0.2.0 has been yanked.
Visit the last successful build: pi_map-0.2.3
  • 定义了一个triat:Map
  • 定义了一个数据结构:VecMap,并为VecMap实现了Map<K=usize,V=T>
  • 定义了数据结构:HashMap,并为HashMap实现了Map