| Crates.io | any-null |
| lib.rs | any-null |
| version | 0.1.0 |
| created_at | 2023-07-04 21:55:43.893632+00 |
| updated_at | 2023-07-04 21:55:43.893632+00 |
| 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().