Update README

This commit is contained in:
Michael Bradley 2025-01-30 20:22:43 -05:00
parent 818e83d260
commit d8fef9b806
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -1,3 +1,9 @@
# pyority_queue
Implementations of priority queues in Python using Rust bindings for speed.
## Purpose
I'm doing this to learn Rust, so don't judge me too hard lol.
I've noted a few places where I'm unhappy with the implementation (mostly w.r.t. code duplication), but hopefully as I become more comfortable in Rust I can go back and fix those.
Better to have a bad implementation now than a good implementation never is my view.