Issues
- 1
Inconsistent MSRV user guide
#213 opened by mattias-p - 2
Allow disabling dependency on `inventory v0.1`
#188 opened by phil-opp - 0
Handle non-panic Tokio task termination
#197 opened by sameer - 1
Python example?
#207 opened by subalterngames - 3
Q: how to return a Rust side heap allocated object to C's main()? any example code?
#117 opened by mw66 - 0
Feature request: serde Serialize and Deserialize support for repr_c::String and repr_c::Vec
#208 opened by mtorromeo - 3
- 1
Feature Request: Generate rust fn and struct declarations instead of C headers
#204 opened by coderedart - 1
No tag or release for v0.1.5
#203 opened by cmackenzie1 - 0
C# headers are `public`, when `internal` visibility most likely suffices
#201 opened by danielhenrymantilla - 0
no_libc feature?
#198 opened by sbursten - 2
Compatibility with C++ vector
#196 opened by EricLBuehler - 3
How does `safer_ffi` avoid aliasing rule problem?
#195 opened by fzyzcjy - 5
- 2
Conditional proc-macros
#192 opened by FlorianDevPhynix - 1
Macro ambiguity on nightly: `std::cfg_match` vs `crate::utils::macros::cfg_match`
#190 opened by cdata - 1
Specifying `[[bin]]` with required features should be a required instruction
#171 opened by kriswuollett - 0
VS code complains non snake case
#180 opened by k-rus - 2
- 0
- 4
Generated Clone implementation triggers clippy lint about being incorrect for a Copy type
#181 opened by stefunctional - 0
- 3
- 0
- 1
- 8
scopeguard breaking no_std build
#168 opened by unovongalixor - 2
- 2
- 2
Q: How to parse parameters of type Array
#159 opened by magicLaLa - 3
Generate doc comments for structs
#151 opened by jsantell - 12
- 0
Using #[allow] on types breaks proc macros
#140 opened by TheButlah - 0
Enum compatibility with serde
#139 opened by alsam - 2
Clippy reports `size_of_in_element_count` lint errors in the generated code from derive_ReprC macro
#137 opened by pan93412 - 6
safer_ffi may randomly generate empty headers
#131 opened by pan93412 - 2
- 0
- 4
- 2
Please teach me what I am doing wrong stack/heap wise in terms of Rust FFI struct allocation/deallocation
#115 opened by brandonros - 1
- 3
Strange linker error
#119 opened by TheButlah - 7
How to handle mutable arguments?
#95 opened by fjarri - 0
Support unboxed opaque types that are `Copy`
#103 opened by TheButlah - 1
confused on how to create and destroy repr_c::Vec
#109 opened by TheButlah - 1
- 4
Trying to build targeting Mac Catalyst which requires nightly but a dependency fails
#100 opened by spullara - 2
Strange error: no method named `not` found
#102 opened by TheButlah - 3
- 0
Support type aliases
#98 opened by TheButlah - 0
Generating header file from build.rs
#94 opened by dignifiedquire