Skip to main content

Crate bun_cares_sys

Crate bun_cares_sys 

Source

Re-exports§

pub use c_ares_draft as c_ares;
pub use c_ares::ares_inet_ntop;
pub use c_ares::ares_inet_pton;

Modules§

c_ares_draft

Functions§

ntop
Thin wrapper over ares_inet_ntop: writes the textual address into dst and returns the slice up to (excluding) the trailing NUL on success. dst[len] == 0 is guaranteed on Some, so callers needing a C string can rely on it.