Add CI status badge
CI / Stable checks (push) Failing after 0s
CI / Rust 1.85 (push) Failing after 0s
CI / Miri (push) Failing after 0s
CI / Coverage (push) Failing after 0s

This commit is contained in:
2026-07-31 04:35:18 +02:00
parent d6a861267a
commit ca0fe8c87f
+2
View File
@@ -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