Expose as_ptr methods from the high-level ittapi in Rust
Open
Rust
- Dominant language
- Rust
- Stars
- 142
- Forks
- 52
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 3
Description
Since not all the functionality is exposed via higher-level API, it would be pretty useful to be able to create Domain / StringHandle / etc. via the high-level Rust API but then drop down via `.as_ptr()` + `ittapi-sys` to raw calls when needed.
These methods already exist, they're just not exposed publicly.
Contributor guide
Assessment
This issue has not been assessed yet.