skiplist 0.2.10

Skiplist implementation in rust, providing fast insertion and removal. A normal skiplist is implemented, as well as an ordered skiplist and a skipmap.
Documentation
1
2
3
4
5
6
7
8
[submodule "pages"]
	path = pages
	url = http://github.com/JP-Ellis/rust-skiplist.git
	branch = pages
[submodule "gh-pages"]
	path = gh-pages
	url = https://github.com/JP-Ellis/rust-skiplist.git
	branch = gh-pages