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:
How do you think their approaches compare to this? Can we combine the efforts somehow?
By "high level", I mean:
unsafeis necessary.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:
How do you think their approaches compare to this? Can we combine the efforts somehow?