ittapi-sys 0.5.0

Rust bindings for ittapi
Documentation
.. _api-support:

Use the ITT/JIT APIs
====================


This section describes how you use ITT/JIT APIs with various environments.
The ITT/JIT APIs are a set of C/C++ functions and use no Java* or .NET* code.
For support with your runtime environment, use a Java Native Interface (JNI)
or C/C++ function call from the managed code.


C/C++ API Usage and Reference:
------------------------------

.. toctree::
   :maxdepth: 1


   itt-api-support
   jit-api-support


Other Language API Bindings:
----------------------------

.. toctree::
   :maxdepth: 1
   
   
   Rust ITT API Bindings <https://docs.rs/ittapi/latest/ittapi>
   Python ITT API Bindings <https://pypi.org/project/ittapi>