-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
By "high level", I mean:
- Fewer places in user code where
unsafe
is necessary. - Improved ergonomics, e.g. seamless conversion between basic types, block <-> closure, exception <->
Result
.
Do you think they belong to this crate? Or maybe it's the job of bindgen and the layers above?
I also found several related efforts:
- objrs.
- RustKit (referenced by core-foundation-rs).
- bindgen's objc support, which uses this crate.
How do you think their approaches compare to this? Can we combine the efforts somehow?
Metadata
Metadata
Assignees
Labels
No labels