From d8fef9b806bd3cb723f1fe7ecf825a647b84703f Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Thu, 30 Jan 2025 20:22:43 -0500 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 494f4b8..7e602aa 100644 --- a/README.md +++ b/README.md @@ -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.