transvec 0.3.1

A crate to safely transmute Vecs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bytemuck]
version = "1.7"

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

[package]
categories = ["memory-management"]
description = "A crate to safely transmute Vecs"
edition = "2018"
keywords = ["vec", "transmute", "pod"]
license = "MIT OR Unlicense"
name = "transvec"
readme = "README.md"
repository = "https://github.com/frogtd/transvec"
version = "0.3.1"