svartalf/rust-battery

Use MacOS bindings from Servo

svartalf opened this issue · 0 comments

Currently used CoreFoundation-sys and IOKit-sys crates for MacOS build looks abandoned.

  1. CoreFoundation-sys should be replaced with core-foundation crate by Servo team
  2. Manually implemented bindings and idiomatic wrappers should be made instead of IOKit-sys, similar to those in core-foundation-sys and core-foundation