sekineh / binary-heap-plus-rs

Enhancement over Rust's `std::collections::BinaryHeap`. Supports other than max heap.
MIT License
57 stars 18 forks source link

Enable bench (#29) #30

Closed sekineh closed 3 years ago

sekineh commented 3 years ago

Run cargo bench on nightly compiler. In this PR, the nightly compiler is only provided for ubuntu-latest and no serde.

Will fix #29