• A
    refactor libcollections as part of collection reform · 112c8a96
    Alexis Beingessner 提交于
    * Moves multi-collection files into their own directory, and splits them into seperate files
    * Changes exports so that each collection has its own module
    * Adds underscores to public modules and filenames to match standard naming conventions
    
    (that is, treemap::{TreeMap, TreeSet} => tree_map::TreeMap, tree_set::TreeSet)
    
    * Renames PriorityQueue to BinaryHeap
    * Renames SmallIntMap to VecMap
    * Miscellanious fallout fixes
    
    [breaking-change]
    112c8a96
ty.rs 186.5 KB