#real-time #aerospace #sanitizer #robotics #audio

sys rtsan-standalone-sys

Unsafe Rust bindings for RTSan standalone library

1 unstable release

0.1.0 Jan 20, 2025

#1786 in Development tools

Download history 91/week @ 2025-01-15 20/week @ 2025-01-22 8/week @ 2025-02-05 4/week @ 2025-02-12 23/week @ 2025-02-19 52/week @ 2025-02-26

87 downloads per month
Used in rtsan-standalone

Apache-2.0

9KB
166 lines

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

No runtime deps

~0–1MB
~13K SLoC