nginxinc / ngx-rust

Rust binding for NGINX
Apache License 2.0
752 stars 62 forks source link

WIP: updating naming conventions #48

Open f5yacobucci opened 1 year ago

f5yacobucci commented 1 year ago

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

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

f5yacobucci commented 1 year ago

TODO: update README with a conventions section

dekobon commented 6 months ago

@f5yacobucci Is this PR now obsolete?