colvec 0.0.0-squat

Struct-of-arrays column vec like Zig's MultiArrayList
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "colvec"
version = "0.0.0-squat"
edition = "2024"
repository = "https://github.com/krakow10/colvec"
license = "MIT OR Apache-2.0"
description = "Struct-of-arrays column vec like Zig's MultiArrayList"
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
keywords = ["struct", "arrays", "vec", "allocator-api2"]

[dependencies]
allocator-api2 = "0.3.0"
colvec-derive = { version = "0.0.0-squat", path = "../colvec-derive" }