What's Changed
This is the initial release of nvtx.
All non-platform-specific functionality is implemented.
There are four layers of APIs provided:
nvtx_sys::ffi
contains the automatically generated rust bindings to C FFInvtx_sys
contains the API for minimal wrapping over the FFInvtx
contains the fully enabled Rust APInvtx::tracing
(enabled with thetracing
feature) contains anNvtxLayer
for use within the tracing ecosystem
See the documentation for features and examples for sample usage.
Contributors
Full Changelog: https://github.com/voltrondata/nvtx-rs/commits/0.0.1