Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rdvec"
version = "0.2.0"
edition = "2024"
authors = ["Dasaav"]
description = "Raw, Dyn Vec"
readme = "README.md"
repository = "https://github.com/Dasaav-dsv/rdvec"
license = "MIT OR Apache-2.0"

[features]
std = []
allocator_api = ["std"]
default = ["std"]