i'll get this macro one day

This commit is contained in:
do butterflies cry? 2026-03-24 22:28:25 +10:00
parent a186b2297b
commit f3802f6300
Signed by: cry
GPG key ID: F68745A836CA0412
4 changed files with 157 additions and 104 deletions

View file

@ -1,3 +1,5 @@
- [ ] rename `AsInnerPtr::as_ptr` to `AsInnerPtr::as_mut_ptr`
- [ ] add NixError::from_nonnull that replaces calls to NonNull::new(...).ok_or(...)
- [ ] replace all `use nixide_sys as sys;` -> `use crate::sys;`
- [ ] store NonNull pointers in structs!