Registry / utility / ux
library0.1.6rscratesunverified

Implements non-standard integer types such as u2, u3, i7, etc. for Rust.

# Cargo.toml [dependencies] ux = "0.1.6"
INSTALL
IMPORT
SIG · UX
U
ux
utilityrustv0.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

u7
use ux::u7;

Create and use a u7 integer.

use ux::u7; fn main() { let x: u7 = u7::new(100); println!("{}", x); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ux — cargo add ux · libregistry