uset 0.1.0

An implementation of a set and a map designed for speed, with unsigned integers as keys.
Documentation
1
2
3
4
5
6
extern crate uset;

use uset::core::uset::*;

#[test]
fn foo() {}