AstroHQ / astro-dnssd

Simple Rust wrapper around DNS-SD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup bindgen with whitelisted types/functions

jfro opened this issue · comments

ffi.rs has a lot of cruft from darwin/macOS that doesn't need to be there. We probably don't need to generate on the fly since this API is never changing but we should at least whitelist what we need.

actually closed because bindgen ended up being problematic for iOS & windows, specially for CI. But generated a new ffi.rs with whitelists to clean it up.