Add safer bindings for RefPtr

This commit is contained in:
Manish Goregaokar 2016-10-13 16:59:10 +05:30
parent dc5dc5e614
commit 2bde9462b1
9 changed files with 249 additions and 76 deletions

View file

@ -4,7 +4,6 @@
#[allow(dead_code, improper_ctypes, non_camel_case_types)]
pub mod bindings;
pub mod ptr;
// FIXME: We allow `improper_ctypes` (for now), because the lint doesn't allow
// foreign structs to have `PhantomData`. We should remove this once the lint