| ![lin-badge] | ![cov-badge] |
[lin-badge]: https://github.com/phillyfan1138/cuckoo_rust/workflows/Rust/badge.svg
[lin-link]: https://github.com/phillyfan1138/cuckoo_rust/actions
[cov-badge]: https://codecov.io/gh/phillyfan1138/cuckoo_rust/branch/master/graph/badge.svg
[cov-link]: https://codecov.io/gh/phillyfan1138/cuckoo_rust
## Cuckoo
Implementation of Cuckoo algorithm in Rust.
To test with verbose output,
`cargo test --features VERBOSE_FLAG -- --nocapture`