[package]
name = "safe-transmute"
description = "A safeguarded transmute() for Rust"
documentation = "https://rawcdn.githack.com/nabijaczleweli/safe-transmute-rs/doc/safe_transmute/index.html"
repository = "https://github.com/nabijaczleweli/safe-transmute-rs"
readme = "README.md"
keywords = ["safe", "transmute", "checked"]
categories = ["rust-patterns", "memory-management", "no-std"]
license = "MIT"
version = "0.11.3"
authors = ["наб <nabijaczleweli@gmail.com>",
"Eduardo Pinho <enet4mikeenet@gmail.com>",
"Lukas Kalbertodt <lukas.kalbertodt@gmail.com>",
"Philipp Tessenow <philipp@tessenow.org>",
"Marijn Suijten <marijn@traverseresearch.nl>"]
exclude = ["*.enc"]
[features]
default = ["std"]
"std" = ["alloc"]
"alloc" = []
"const_generics" = []