11 lines
238 B
Rust
11 lines
238 B
Rust
//! Sanitizers support for the Rust compiler.
|
|
//!
|
|
//! This crate contains the source code for providing support for the sanitizers to the Rust
|
|
//! compiler.
|
|
|
|
// tidy-alphabetical-start
|
|
// tidy-alphabetical-end
|
|
|
|
pub mod cfi;
|
|
pub mod kcfi;
|