Crates.io | any-null |
lib.rs | any-null |
version | 0.1.0 |
source | src |
created_at | 2023-07-04 21:55:43.893632 |
updated_at | 2023-07-04 21:55:43.893632 |
description | A simple Rust utility crate for unifying various "kinds" of null. |
homepage | |
repository | https://github.com/Aegrithas/AnyNull |
max_upload_size | |
id | 908348 |
size | 5,075 |
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()
.