view src/lib.rs @ 5:648f5eaff65b

Track SkipMap memory usage; make public functions `pub`
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 09 Jun 2016 19:07:16 +0200
parents ca4d8694fb33
children e1ae33383eb8
line wrap: on
line source


extern crate rand;

mod skipmap;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {}
}