i'll get this macro one day
This commit is contained in:
parent
a186b2297b
commit
f3802f6300
4 changed files with 157 additions and 104 deletions
2
TODO.md
2
TODO.md
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue