any-null

Crates.ioany-null
lib.rsany-null
version0.1.0
sourcesrc
created_at2023-07-04 21:55:43.893632
updated_at2023-07-04 21:55:43.893632
descriptionA simple Rust utility crate for unifying various "kinds" of null.
homepage
repositoryhttps://github.com/Aegrithas/AnyNull
max_upload_size
id908348
size5,075
(Aegrithas)

documentation

README

AnyNull

A simple Rust utility crate for unifying various "kinds" of null. Instead of ptr::null(), ptr::null_mut(), None::<&_>, etc., now all forms of null can be called just null().

Commit count: 4

cargo fmt