priority dequeue implementation for Crystal, ported from Zig.std priority-dequeue
-
Add the dependency to your
shard.yml
:dependencies: priority_dequeue: github: lost22git/priority_dequeue.cr
-
Run
shards install
crystal spec --progress
- Fork it (https://github.com/lost22git/priority_dequeue/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- lost - creator and maintainer