An open API service indexing awesome lists of open source software.

https://github.com/heaths/ffitest-rs

Simple FFI test for try_trait_v2
https://github.com/heaths/ffitest-rs

Last synced: 10 months ago
JSON representation

Simple FFI test for try_trait_v2

Awesome Lists containing this project

README

          

# FFI Test

A simple test for using the [`try_trait_v2`](https://rust-lang.github.io/rfcs/3058-try-trait-v2.html) to overload the `?` operator to return a `u32` as required for an external function declration,
specifically for use in [msica-rs](https://github.com/heaths/msica-rs).