view src/lib.rs @ 1:ca4d8694fb33

Implement SkipMap (some methods still missing)
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 08 Jun 2016 20:58:50 +0200
parents
children e1ae33383eb8
line wrap: on
line source


extern crate rand;

mod skipmap;

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