# destack-rs
Destack compatibility crate for Rust.
This crate re-exports the canonical `destack` crate.
## Installation
```toml
[dependencies]
destack-rs = "0.55.3"
```
## API
```rust
let client = destack_rs::Client::new();
assert_eq!(client.backend(), "rust");
```