nginxinc / ngx-rust

Rust binding for NGINX
Apache License 2.0
713 stars 59 forks source link

WIP: updating naming conventions #48

Open f5yacobucci opened 10 months ago

f5yacobucci commented 10 months ago

Consistently use _ptr and _mut_ptr for our functions that return *mut and *const pointers.

f5yacobucci commented 10 months 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.

f5yacobucci commented 10 months ago

TODO: update README with a conventions section

dekobon commented 2 months ago

@f5yacobucci Is this PR now obsolete?