pi_map 0.1.3

Define a Triat: map for the mapped schema, and provide two built-in implementations of HashMap and vecmap
docs.rs failed to build pi_map-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: pi_map-0.2.3
  • 定义了一个triat:Map
  • 定义了一个数据结构:VecMap,并为VecMap实现了Map<K=usize,V=T>
  • 定义了数据结构:HashMap,并为HashMap实现了Map