Expand description
Implementation details shared between nginx-sys and ngx.
Functions§
- bytes_
to_ ⚠uchar - Convert a byte slice to a raw pointer (
*mut u_char
) allocated in the given nginx memory pool. - debug_
bytes - display_
bytes - str_
to_ ⚠uchar - Convert a string slice (
&str
) to a raw pointer (*mut u_char
) allocated in the given nginx memory pool.