Skip to content

nvtx 0.0.1

Latest
Compare
Choose a tag to compare
@willkill07 willkill07 released this 03 Apr 10:17
· 37 commits to main since this release
e289c8e

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 FFI
  • nvtx_sys contains the API for minimal wrapping over the FFI
  • nvtx contains the fully enabled Rust API
  • nvtx::tracing (enabled with the tracing feature) contains an NvtxLayer for use within the tracing ecosystem

See the documentation for features and examples for sample usage.

Contributors

@willkill07, @mbrobbel

Full Changelog: https://github.com/voltrondata/nvtx-rs/commits/0.0.1