rstrt-sys 0.1.0

rust tensorrt
docs.rs failed to build rstrt-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Raw FFI bindings for the TensorRT + CUDA wrapper.

This crate is the thin -sys layer: it compiles the C wrapper in csrc/, links against nvinfer / cudart, and re-exposes the extern "C" API. Higher-level safe wrappers live in the rstrt crate.