Skip to content

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

License

Notifications You must be signed in to change notification settings

Aegrithas/AnyNull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages