Code Monkey home page Code Monkey logo

Comments (3)

max-m avatar max-m commented on September 27, 2024

At the moment bindgen is configured to emit non-exhaustive Rust enums because at the time I thought those are the most ergonomic version, but didn’t know all the consequences yet. :(
I started some work in the namespaced-sys branch to generate “constified enum modules” instead (and also offer easier to handle aliases in a module tree).

But instead of defining this log function you are supposed to use the RETRO_ENVIRONMENT_GET_LOG_INTERFACE environment callback to get the log interface from the frontend. :)

The abstraction crate provides a function to fetch said interface.
At the moment it uses std-types, but the important bits should be available in core.
You can find examples of how it is used here and here.

from rust-libretro.

paulyoung avatar paulyoung commented on September 27, 2024

But instead of defining this log function you are supposed to use the RETRO_ENVIRONMENT_GET_LOG_INTERFACE environment callback to get the log interface from the frontend. :)

I’m implementing the frontend :)

from rust-libretro.

max-m avatar max-m commented on September 27, 2024

Oh! Darn. That is a problem then. :s
You're only using the sys-crate, right?
In that case you should be able to patch the enum types in the build.rs without breaking lots of dependent code.
Could you try disabling the non-exhaustive flag, I think that's the only bit making them non-FFI-safe?
At the least this tells me that the refactoring / rewrite in the namespaced-sys branch is worth polishing.

from rust-libretro.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.