ffi
Here are 618 public repositories matching this topic...
Implement the PEP 587 configuration API as suggested in pythonnet/pythonnet#1517 (comment)
Details
See PEP link above.
Describe the bug
the generator will panic when source use #[path="xx/xx.rs"] marco to import mod
Codegen logs with RUST_LOG=debug env variable
[2022-03-04T16:40:49Z DEBUG flutter_rust_bridge_codegen::commands] execute command: bin=sh args=["-c", "dart pub global list"] current_dir=None cmd="sh" "-c" "dart pub global list"
[2022-03-04T16:40:50Z DEBUG flutter_rust_bridge_cod🐛 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
Apr 1, 2022 - Rust
-
Updated
Sep 7, 2020 - Python
-
Updated
Jul 1, 2021 - Rust
-
Updated
Oct 14, 2021 - PHP
-
Updated
Mar 21, 2022 - PHP
-
Updated
Mar 26, 2022 - Python
-
Updated
Apr 3, 2022 - TypeScript
-
Updated
Mar 12, 2022 - Rust
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."
Most types in
pyo3::typeshave helper methods to create them easily (examples:PyString::new,PyBool::new). Is there a reason why there is no such method forPyLongandPyIntor is it an overlook ? Could we imagine adding them ?Being able t