You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the oiio crate. This has yet to start, but the goal is the API should look almost exactly like the current C++ API, except for error handling (Use Rust's Result type).
The text was updated successfully, but these errors were encountered:
The bindings are an experiment based on the cxx Rust crate, with my initial implementation here: https://github.com/vfx-rs/oiio-bind
The current goal is to create a very minimal implementation of the
ImageInput
andImageOutput
as a prototype. This will be done in two stages:oiio-sys
crate. The majority of the work has been done in Create unsafe sys crate vfx-rs/oiio-bind#29.oiio
crate. This has yet to start, but the goal is the API should look almost exactly like the current C++ API, except for error handling (Use Rust'sResult
type).The text was updated successfully, but these errors were encountered: