constmuck 1.1.0

const-equivalents of bytemuck functions
Documentation
[dependencies.bytemuck]
default-features = false
features = ["min_const_generics"]
version = "1.13"

[dependencies.constmuck_internal]
version = "=1.0.0"

[dependencies.typewit]
default-features = false
version = "1.5"

[dev-dependencies.bytemuck]
default-features = false
features = ["min_const_generics", "derive"]
version = "1.13"

[dev-dependencies.konst]
default-features = false
features = ["iter"]
version = "0.3.6"

[dev-dependencies.trybuild]
version = "1.0"

[features]
__ui_tests = []
debug_checks = ["constmuck_internal/debug_checks"]
derive = ["bytemuck/derive"]
rust_1_75 = []
rust_latest_stable = ["rust_1_75"]

[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std"]
description = "const-equivalents of bytemuck functions"
documentation = "https://docs.rs/constmuck/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-ZLIB.md"]
keywords = ["no-std", "transmute", "casting", "const-fn"]
license = "Zlib"
name = "constmuck"
readme = "./README.md"
repository = "https://github.com/rodrimati1992/constmuck/"
rust-version = "1.65.0"
version = "1.1.0"