sim-lib-numbers-fixed 0.3.0

Fixed-width signed and unsigned integer number domains from 8 to 128 bits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# sim-lib-numbers-fixed

<!-- GENERATED BY xtask crate-catalog; DO NOT EDIT. -->

Fixed-width signed and unsigned integer number domains from 8 to 128 bits.

## Package Metadata

- Manifest: `crates/sim-lib-numbers-fixed/Cargo.toml`
- Publish: `true`
- Targets: `custom-build, lib`

## Crate Documentation

The fixed-width integer domains (numbers/i8 .. numbers/i128, numbers/u8 .. numbers/u128): their literals, values, and the widening promotion edges through the signed and unsigne.