destack-rs 0.55.3

Rust compatibility crate for Destack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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");
```