mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
commit
99fc4ab634
4 changed files with 140 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue