arch-into 0.0.1-alpha.5

safe type conversions between pointer-sized types (usize/isize) and types with fixed size
Documentation
[dependencies.const_panic]
version = "0.2"

[dependencies.paste]
version = "1"

[features]
default = []
no-arch-32 = []
no-arch-64 = []

[package]
authors = ["Gleb Pomykalov <glebpom@gmail.com>"]
autotests = true
categories = ["rust-patterns"]
description = "safe type conversions between pointer-sized types (usize/isize) and types with fixed size"
documentation = "https://docs.rs/arch-into"
edition = "2021"
keywords = ["conversions", "architecture", "pointer"]
license = "MIT/Apache-2.0"
name = "arch-into"
readme = "README.md"
repository = "https://github.com/glebpom/arch-into"
version = "0.0.1-alpha.5"