uniffi-rs
769f7d90
- Adding `Handle` and `HandleAlloc`
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Adding `Handle` and `HandleAlloc` `Handle` is a u64 newtype that I hope to use to represent objects that get passed across the FFI. `HandleAlloc` is an ffi trait that converts between `Arc<>` and `Handle`.
Author
bendk
Committer
bendk
Parents
ef2a471b
Loading