auto merge of #3947 : zmike/servo/embedding-string_map, r=jdm

implements a string map which is 100% identical to CEF

r+ @larsbergstrom  @jdm
This commit is contained in:
bors-servo 2014-11-13 17:06:30 -07:00
commit 99fc4ab634
4 changed files with 140 additions and 14 deletions

View file

@ -51,6 +51,7 @@ pub mod mem;
pub mod request;
pub mod string;
pub mod string_list;
pub mod string_map;
pub mod task;
pub mod types;
pub mod urlrequest;