transvec 0.3.7

A crate to safely transmute Vecs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "transvec"
version = "0.3.7"
edition = "2018"
readme = "README.md"
repository = "https://github.com/frogtd/transvec"
license = "MIT OR Unlicense"
description = "A crate to safely transmute Vecs"
keywords = ["vec", "transmute", "pod"]
categories = ["memory-management"]

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

[dependencies]
bytemuck = "1.7"