From ca0fe8c87f08357161cfd10b47ca9aa335614bb3 Mon Sep 17 00:00:00 2001 From: soruh Date: Fri, 31 Jul 2026 04:35:18 +0200 Subject: [PATCH] Add CI status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ca781c..c3b5bcc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # `type_erased_vec_capacity` +[![CI](https://github.com/soruh/type_erased_vec/actions/workflows/ci.yml/badge.svg)](https://github.com/soruh/type_erased_vec/actions/workflows/ci.yml) + `type_erased_vec_capacity` retains a [`Vec`] allocation while temporarily erasing its element type. The allocation can later be reused by another element type with exactly the same [`Layout`], avoiding an unnecessary deallocation and