From 8a642c0c3aad0e4915dc3d86461d72a693255fcb Mon Sep 17 00:00:00 2001 From: Egor Mihnevich Date: Thu, 4 Sep 2025 22:21:36 +0200 Subject: [PATCH] Add NimbleOwnership library reference to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36fb009..0f429ac 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ All nimble libraries by Dashbit: * [NimbleCSV](https://github.com/dashbitco/nimble_csv) - simple and fast CSV parsing * [NimbleOptions](https://github.com/dashbitco/nimble_options) - tiny library for validating and documenting high-level options + * [NimbleOwnership](https://github.com/dashbitco/nimble_ownership) - resource ownership tracking * [NimbleParsec](https://github.com/dashbitco/nimble_parsec) - simple and fast parser combinators * [NimblePool](https://github.com/dashbitco/nimble_pool) - tiny resource-pool implementation * [NimblePublisher](https://github.com/dashbitco/nimble_publisher) - a minimal filesystem-based publishing engine with Markdown support and code highlighting