rustio rustio.net
43

priority-queue-rs

v0.1.26 Growing

Priority Queue is more specialized data structure than Queue. Like ordinary queue, priority queue has same method but with a major difference. In Priority queue items are ordered by key value so that item with the lowest value of key is at front and item with the highest value of key is at rear or vice versa. So we're assigned priority to item based on its key value. Lower the value, higher the priority. Following are the principal methods of a Priority Queue.

MIT Edition 2018
#collection#queue#sorted#priority-queue#priority

Quick Verdict

  • โœ•Not updated for 4+ years
  • !Pre-1.0: API may have breaking changes
  • โœ“Tiny footprint (3KB, 0 deps)
  • โœ“Permissive license (MIT)

Security

Checking security advisories...
Downloads
28.5K
Dependents
0
Releases
24
Size
3KB

Deep Insights

๐Ÿ“Š
Steady growth

28 downloads in the last 30 days (1/day), up 17% from the previous period.

๐Ÿ”ฌ
Pre-1.0 for over a year

Despite being 4+ years old, priority-queue-rs hasn't reached 1.0 yet. Expect potential API changes between versions.

๐Ÿชถ
Zero dependencies

priority-queue-rs has no external dependencies โ€” minimal supply chain risk and fast compile times.

๐Ÿ“
Compact crate

At 3KB, priority-queue-rs is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 7/25

Recency, release consistency, active ratio

Quality 16/25

Yanked ratio, deps, size, maturity, features

Community 3/20

Reverse deps, ownership, ecosystem

Popularity 5/15

Downloads, momentum, growth trend

Documentation 12/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
1/day avg+5%
051015202512/291/162/32/213/113/28

Version Adoption

v0.1.26
26%
v0.1.25
19%
v0.1.24
19%
v0.1.23
18%
v0.1.22
18%

Release Timeline

24 releasessince 2021
J
F
M
A
M
J
J
A
S
O
N
D
2021
24
2022
2023
2024
2025
2026
Less
More

README

Loading README...

Maintainers

Dependencies
0
direct dependencies
Dependents
0
crates depend on priority-queue-rs

Similar Crates