Skip to content

Releases: voltrondata/nvtx-rs

nvtx 0.0.1

03 Apr 10:17
e289c8e
Compare
Choose a tag to compare

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