Skip to content

Tracking Issue for Rust Bindings #4632

Open
@scott-wilson

Description

@scott-wilson

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 and ImageOutput as a prototype. This will be done in two stages:

  1. Create the oiio-sys crate. The majority of the work has been done in Create unsafe sys crate vfx-rs/oiio-bind#29.
  2. 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions