Provides select Rust bindings for Apple Core Video framework. May be compared to corevideo-sys or display-link.
Part of the objr expanded universe, distinctive features of this library:
- Zero-cost abstractions. Calling this library should perform identically to calling CoreGraphics from Swift/ObjC applications.
- Most of the magic happens in objr which provide cutting-edge high-performance primitives which are used here extensively.
- Safe APIs. Where possible APIs are designed with safe abstractions to provide familiar guarantees to Rust developers
- Low-level. These bindings assume familiarity with bound APIs and are not documented separately.
- Free for noncommercial or "small commercial" use.