embedding: begin cef string_map api

cef_string_map_alloc()
This commit is contained in:
Mike Blumenkrantz 2014-11-07 15:39:15 -05:00
parent d63a35012c
commit 6dd1eca677
2 changed files with 24 additions and 0 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;