From ffb2f238f2177bf6d4602bb7e225c75c95867eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9A=AB=EF=B8=8F?= Date: Fri, 27 Sep 2024 07:28:53 +0200 Subject: [PATCH] fix README markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f6a228..2abee4b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -** This Library is still pre-1.0.0 the API is therefore in heavy flux! ** +**This Library is still pre-1.0.0 the API is therefore in heavy flux!** A small byte management library, that can abstract over various byte owning types, like `Vec`, `bytes::Bytes`, or `memmap2::Mmap`.