Registry / utility / int-traits

int-traits

JSON →
library0.1.1rscratesunverified

Provides a trait for extended functions on integers, such as bit manipulation and arithmetic helpers.

# Cargo.toml [dependencies] int_traits = "0.1.1"
INSTALL
IMPORT
SIG · INT-TRAITS
I
int-traits
utilityrustv0.1.1
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.

IntTraits
use int_traits::IntTraits;

Minimal example showing the primary trait import.

use int_traits::IntTraits; fn main() { let x = 42; println!("Extended int trait available"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
int-traits — cargo add int-traits · libregistry