mirror of
https://github.com/servo/servo.git
synced 2025-07-01 12:33:40 +01:00
hashglobe: Add a shim on top of OrderMap.
This commit is contained in:
parent
c88dc51d03
commit
a2c2d34753
6 changed files with 357 additions and 0 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue