1 unstable release
0.1.0 | Jul 4, 2023 |
---|
#3 in #unifying
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()
.