Add safer bindings for refcounted types across ffi

This commit is contained in:
Manish Goregaokar 2016-08-14 00:06:58 +05:30
parent 8fd74e026c
commit 0d4d1b539e
10 changed files with 248 additions and 180 deletions

View file

@ -83,7 +83,6 @@ pub mod element_state;
pub mod error_reporting;
pub mod font_face;
#[cfg(feature = "gecko")] pub mod gecko_conversions;
#[cfg(feature = "gecko")] pub mod gecko_glue;
#[cfg(feature = "gecko")] pub mod gecko_selector_impl;
#[cfg(feature = "gecko")] pub mod gecko_values;
pub mod keyframes;