issues
search
getditto
/
safer_ffi
Write safer FFI code in Rust without polluting it with unsafe code
http://getditto.github.io/safer_ffi
MIT License
924
stars
40
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Workaround to ensure the `js::ffi_helpers` are properly registered to nodejs
#241
danielhenrymantilla
closed
2 weeks ago
0
[js] Avoid extraneous `eprintln!` invocation when callback is invoked from within a panic hook
#240
danielhenrymantilla
closed
1 month ago
0
Make `repr_c::Box<dyn FnMut…>` and by extension `fn` pointers, `Option`able
#239
danielhenrymantilla
closed
1 month ago
1
Fix Bytes serde support + add tests
#238
S4H
closed
2 months ago
0
Rust 1.81 lint fixes
#237
S4H
closed
2 months ago
0
Document fields and fix lifetime issue
#236
p-avital
closed
2 months ago
0
Fix `Bytes`' `ReprC` impl, as `vtable` is not necessarily aligned
#235
p-avital
closed
3 months ago
0
Upgrade stabby to 36.1.1
#234
p-avital
closed
3 months ago
0
Bump webpki from 0.22.1 to 0.22.4
#233
dependabot[bot]
opened
3 months ago
0
Add convenience release scripts
#232
danielhenrymantilla
closed
3 months ago
0
Add interning to `Bytes`, reducing the need for allocations when slices are small.
#231
p-avital
closed
3 months ago
1
`raw_const` addition to `#[ffi_export]`-ed `const`s for SWIG compat
#230
danielhenrymantilla
closed
3 months ago
0
Fix FFI typedef pattern not supporting generics
#229
danielhenrymantilla
closed
3 months ago
0
Add ability to emit type aliases to C headers
#228
danielhenrymantilla
closed
3 months ago
0
Add `serde` feature and implement `Serialize`/`Deserialize` for `Bytes`
#227
S4H
closed
3 months ago
0
Added LanguageConfig concept, implemented function_macro_prepend option
#226
pixsperdavid
closed
3 weeks ago
5
Update stabby, fix bug in bytes downcasting
#224
p-avital
closed
3 months ago
0
Fix Bytes layout to ensure it has only a single niche, improve stabby integration
#223
p-avital
closed
4 months ago
0
Version 0.1.9 release
#222
danielhenrymantilla
closed
3 months ago
0
update stabby
#221
p-avital
closed
4 months ago
0
Add support for stabby in Bytes and TaggedOption
#220
p-avital
closed
4 months ago
0
Fix wrong size used in bounds
#219
p-avital
closed
4 months ago
0
Add initial support for stabby
#218
p-avital
closed
4 months ago
0
Add free conversion from `Bytes` back to `Arc` if possible
#217
p-avital
closed
5 months ago
0
Add support for Box<[u8]> and Vec<u8> to safer_ffi::bytes::Bytes
#216
p-avital
closed
5 months ago
0
Add ABI-stable bytes::Bytes lookalike
#215
p-avital
closed
5 months ago
0
Add an ABI-stable version of `Option`.
#214
p-avital
closed
5 months ago
1
Inconsistent MSRV user guide
#213
mattias-p
opened
5 months ago
1
🙈 Exclude examples/point from workspace
#212
phatblat
closed
3 months ago
0
Fix macro-not-found error with rust-nightly
#211
stefunctional
closed
6 months ago
1
Remove `inventory v0.1`
#210
danielhenrymantilla
closed
7 months ago
0
v0.1.6 | Fix `dyn_spawn_blocking()` panicking for cancelled tasks & nits
#209
danielhenrymantilla
closed
7 months ago
0
Feature request: serde Serialize and Deserialize support for repr_c::String and repr_c::Vec
#208
mtorromeo
opened
8 months ago
0
Python example?
#207
subalterngames
opened
8 months ago
1
Feature Request: Generate rust fn and struct declarations instead of C headers
#204
coderedart
opened
9 months ago
1
No tag or release for v0.1.5
#203
cmackenzie1
closed
9 months ago
1
C# headers are `public`, when `internal` visibility most likely suffices
#201
danielhenrymantilla
opened
9 months ago
0
Allow `VirtualPtr` to be `Option`-wrapped
#200
danielhenrymantilla
closed
9 months ago
0
C header gen: optional extra text directly after the include guard
#199
pixsperdavid
closed
9 months ago
2
no_libc feature?
#198
sbursten
opened
9 months ago
0
Handle non-panic Tokio task termination
#197
sameer
closed
7 months ago
0
Compatibility with C++ vector
#196
EricLBuehler
closed
10 months ago
2
How does `safer_ffi` avoid aliasing rule problem?
#195
fzyzcjy
opened
11 months ago
3
[C#] Specify the complete path for the Rust Lib - to be used on .NET >= 6 iOS
#194
busec0
closed
11 months ago
0
Bump webpki from 0.22.1 to 0.22.4 in /js_tests
#193
dependabot[bot]
closed
1 year ago
1
Conditional proc-macros
#192
FlorianDevPhynix
opened
1 year ago
2
Rename 'cfg_match' to 'match_cfg' to avoid collision of std nightly macro with the same name.
#191
jsantell
closed
1 year ago
3
Macro ambiguity on nightly: `std::cfg_match` vs `crate::utils::macros::cfg_match`
#190
cdata
closed
1 year ago
1
Bump webpki from 0.22.1 to 0.22.2 in /js_tests
#189
dependabot[bot]
closed
1 year ago
1
Allow disabling dependency on `inventory v0.1`
#188
phil-opp
closed
7 months ago
2
Next