This repository contains the library of splay tree that implemented in Rust.
You can add this crate as dependence by:
```toml
[dependencies]
splay-tree-rs = "0.1.1"
```
The main algorithm of splay function is reference from:
http://ccf.ee.ntu.edu.tw/~yen/courses/ds17/chapter-4c.pdf
All the codes are under MIT License.