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