caja 0.2.1

Adds the Caja struct which is basically Box<[T;n]>, but n can be not known at compile-time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Emanuel De Avila"]
categories = ["memory-management"]
description = "Adds the Caja struct which is basically Box<[T;n]>, but n can be not known at compile-time"
edition = "2021"
keywords = ["Arrays", "Heap"]
license = "GPL-3.0-or-later"
name = "caja"
readme = "README.md"
repository = "https://github.com/EmanuelGCC/Caja/tree/main"
version = "0.2.1"