Registry / utility / pi-null

pi-null

JSON →
library0.1.12rscratesunverified

Defines a Null trait implemented for types like u8, u32, u64, and Option, providing a null value.

# Cargo.toml [dependencies] pi_null = "0.1.12"
INSTALL
IMPORT
SIG · PI-NULL
P
pi-null
utilityrustv0.1.12
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.

Null
use pi_null::Null;

Gets the null value for u32 using the Null trait.

use pi_null::Null; fn main() { let n: u32 = Null::null(); println!("Null value: {}", n); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pi-null — cargo add pi-null · libregistry