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§
Functions§
- ntop⚠
- Thin wrapper over
ares_inet_ntop: writes the textual address intodstand returns the slice up to (excluding) the trailing NUL on success.dst[len] == 0is guaranteed onSome, so callers needing a C string can rely on it.