ffi
Here are 632 public repositories matching this topic...
Implement the PEP 587 configuration API as suggested in pythonnet/pythonnet#1517 (comment)
Details
See PEP link above.
🐛 Bug Report
Since CMake 3.20, the write_compiler_detection_header has been deprecated ( https://cmake.org/cmake/help/latest/module/WriteCompilerDetectionHeader.html ). My recommendation is to completely remove it. It is being used in a lot of parts of the CMake code and it generates a lot of unnecessary boilerplate.
All the <module>_features.h should be removed from the project, instea
-
Updated
May 6, 2022 - Rust
-
Updated
Sep 7, 2020 - Python
-
Updated
Apr 29, 2022 - Rust
-
Updated
Oct 14, 2021 - PHP
-
Updated
Mar 21, 2022 - PHP
-
Updated
Apr 27, 2022 - Python
Right now all of our Swift+Rust integration tests are stuffed into https://github.com/chinedufn/swift-bridge/blob/master/test-integration.sh
We should instead have ./test-swift-rust-integration.sh and ./test-swift-packages.sh.
Then call both of those from separate MacOS CI jobs.
-
Updated
Mar 12, 2022 - Rust
-
Updated
May 6, 2022 - PHP
Improve this page
Add a description, image, and links to the ffi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ffi topic, visit your repo's landing page and select "manage topics."
I've read through the documentation & haven't seen an easy way to do this, although it might be possible.
Sometimes you want to provide a mutable reference to a field contained within a struct. If you are using std's
RefCelland it's equivalentRefor [RefMut](https://doc.rust-lang.org/stable/std/cell/struct.RefMut.h