Open f5yacobucci opened 1 year ago
I did not update the Module trait function names, as these match 1:1 with the NGINX names I left them untouched and consistent with the C naming semantics.
TODO: update README with a conventions section
@f5yacobucci Is this PR now obsolete?
Consistently use
_ptr
and_mut_ptr
for our functions that return*mut
and*const
pointers.