hashglobe: Add a shim on top of OrderMap.

This commit is contained in:
Emilio Cobos Álvarez 2018-01-31 15:13:02 +01:00
parent c88dc51d03
commit a2c2d34753
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 357 additions and 0 deletions

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
extern crate ordermap;
pub mod alloc;
pub mod hash_map;
pub mod hash_set;
@ -15,6 +17,7 @@ mod shim;
mod table;
pub mod fake;
pub mod order;
use std::{error, fmt};