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
- Host: GitHub
- URL: https://github.com/heaths/ffitest-rs
- Owner: heaths
- License: mit
- Created: 2022-09-29T00:48:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T00:48:34.000Z (over 3 years ago)
- Last Synced: 2025-05-26T06:58:08.824Z (about 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).