You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with ittapi is not the most simple thing I have done (😁) and, in order to increase adoption and speed up integration with other projects, I could use a shim layer that makes ittapi_rs use Rust conventions (e.g., it could pass around &str instead of *const c_char). What is published currently corresponds to a *-sys crate: a direct transcription of the C API to Rust. I am requesting a higher level crate built on top of that.
The intel-seapi crate had this higher-level API--see the docs. But that crate is no longer maintained. Can we add this type of functionality to ittapi_rs, potentially creating separate ittapi and ittapi-sys crates?
The text was updated successfully, but these errors were encountered:
Working with
ittapi
is not the most simple thing I have done (😁) and, in order to increase adoption and speed up integration with other projects, I could use a shim layer that makesittapi_rs
use Rust conventions (e.g., it could pass around&str
instead of*const c_char
). What is published currently corresponds to a*-sys
crate: a direct transcription of the C API to Rust. I am requesting a higher level crate built on top of that.The
intel-seapi
crate had this higher-level API--see the docs. But that crate is no longer maintained. Can we add this type of functionality toittapi_rs
, potentially creating separateittapi
andittapi-sys
crates?The text was updated successfully, but these errors were encountered: