# rust-shap
A lightweight, model-agnostic implementation of Kernel SHAP in Rust.
## Features
- Kernel SHAP for numeric tabular data
- Model-agnostic black-box explanations
- Deterministic and memory-safe
- Suitable for systems and embedded contexts
## Usage
```rust
use rust_shap::kernel::kernel_shap;