rtsan-standalone-sys

Crates.iortsan-standalone-sys
lib.rsrtsan-standalone-sys
version0.2.0
created_at2025-01-20 13:44:36.058717+00
updated_at2025-05-17 10:23:59.885324+00
descriptionUnsafe Rust bindings for RTSan standalone library
homepage
repositoryhttps://github.com/realtime-sanitizer/rtsan-standalone-rs
max_upload_size
id1523901
size27,112
Stephan Eckes (steckes)

documentation

README

rtsan-sys

Unsafe Rust bindings for the RTSan standalone library.

Supported Targets

Currently this crate only works on Linux and macOS.

Generating Bindings

The Rust bindings are generated from the original C++ header file for the RTSan standalone library. The header file is available at the following link:
RTSan Standalone Header

To generate the bindings, use the following command:

bindgen rtsan_standalone.h -o rtsan_standalone.rs

Installing Bindgen

You can install bindgen via cargo using the following command:

cargo install bindgen-cli
Commit count: 17

cargo fmt