explicit_cast 1.0.0

A crate for explicit widening, truncating, and sign casting of primitive integers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "explicit_cast"
version = "1.0.0"
edition = "2021"
keywords = ["primitive", "cast", "truncate", "widen"]
categories = ["no-std::no-alloc", "rust-patterns"]
homepage = "https://github.com/ultrabear/explicit_cast"
repository = "https://github.com/ultrabear/explicit_cast"
authors = ["Alexander Hall <bearodark@gmail.com>"]
description = "A crate for explicit widening, truncating, and sign casting of primitive integers"
readme = "README.md"
license = "Apache-2.0 OR MIT"