#null #kinds #unifying

any-null

A simple Rust utility crate for unifying various "kinds" of null

1 unstable release

0.1.0 Jul 4, 2023

#3 in #unifying

MIT license

4KB

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().

No runtime deps