redoubt-alloc 0.1.0-rc.4

Allocation-locked Vec that guarantees no reallocation after sealing
Documentation
1
2
3
4
5
6
// Copyright (c) 2025-2026 Federico Hoerth <memparanoid@gmail.com>
// SPDX-License-Identifier: GPL-3.0-only
// See LICENSE in the repository root for full license text.

mod allocked_vec;
mod behaviour;