Git Product home page Git Product logo

Comments (7)

eqrion avatar eqrion commented on August 20, 2024

Yeah cbindgen should definitely be able to handle this.

Finding static declarations won't be too challenging, the harder part is knowing which ones to output. Right now we only output declarations that are using by the FFI, but that won't work here.

I suppose we could just output all static items with #[no_mangle] as they are all probably meant to be exported.

from cbindgen.

Ortham avatar Ortham commented on August 20, 2024

I suppose we could just output all static items with #[no_mangle] as they are all probably meant to be exported.

That's the behaviour I'd expect, I don't know of any reason for not mangling names other than for FFI export.

from cbindgen.

RazrFalcon avatar RazrFalcon commented on August 20, 2024

@eqrion what about const?

from cbindgen.

Michael-F-Bryan avatar Michael-F-Bryan commented on August 20, 2024

@eqrion what about const?

I was about to open an issue for this, but looks like it's already been mentioned. I reckon const statements should be converted to a #define. This'll work fine for integers and strings, but I haven't put much thought into more complex types...

from cbindgen.

RazrFalcon avatar RazrFalcon commented on August 20, 2024

At least numbers support will be fine for now.

from cbindgen.

eqrion avatar eqrion commented on August 20, 2024

Fixed in 0.1.27. Please reopen if you're still having an issue with this.

from cbindgen.

Ortham avatar Ortham commented on August 20, 2024

Thanks 👍

from cbindgen.

Related Issues (20)

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.