//! # rwlock2
//!
//! A temporary fork of the RwLock type from std, supplying `map` methods
//! on the Read and Write guard types.
//!
//! When these methods land in std, this crate will be obsolete.
//!
extern crate libc;
extern crate winapi;
extern crate kernel32;
extern crate rand;
pub use ;
pub use ;
pub use ;
pub use ;