Open zonyitoo opened 4 years ago
Thanks. I appreciate it if someone could open pull requests for those operating systems.
It might be better to avoid external library dependencies.
It seems that there is no complicated work to be done to make this project compatible with macOS. The APIs are almost the same with Linux.
For Windows, we could use wintun
, which already provided similar interfaces as *NIX platforms.
BTW, could you generates FFI definitions prior to release this library? Because bindgen requires uses to install libclang, which is unnecessary.
Great project!
What's your plan of supporting macos and windows?