astro_dnssd/
ffi.rs

1#[cfg(any(feature = "win-bonjour", not(target_os = "windows")))]
2pub(crate) mod apple;
3#[cfg(windows)]
4pub(crate) mod windows;