From 535dec35aca4b4e74e0a85267d6f2a0a9c7908cb Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:21:45 +0300 Subject: [PATCH] docs: improve README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 861360e..c056488 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + ## The sync data libraries This repository contains a few crates that help `Rust` programs to handle heavily used data elements more gracefully, and hence improve the overall performance around hot @@ -5,5 +7,5 @@ code region. In particular, the repo currently have 2 published crates: * [`byte_buffer`](https://github.com/Chopinsky/byte_buffer/blob/master/byte_buffer/README.md): a library for reusing byte array in heavy I/O code; -* [`sync_pool`](https://github.com/Chopinsky/byte_buffer/blob/master/sync_pool/README.md): a library that's more generic for reusing heavy and (usually) heap based -data elements. \ No newline at end of file +* [`syncpool`](https://github.com/Chopinsky/byte_buffer/blob/master/syncpool/README.md): a library that's more generic for reusing heavy and (usually) heap based +data elements.