rbt-testing 0.0.4

DEPRECATED — use rbt-datalake (https://crates.io/crates/rbt-datalake)
Documentation
# rbt-testing — **DEPRECATED**

This crate was an accidental internal split of early rbt multi-crate packages.

**Do not depend on `rbt-testing`.**

---

## Use the unified package instead

### crates.io

**[`rbt-datalake`](https://crates.io/crates/rbt-datalake)** ← install and depend on this

```bash
cargo install rbt-datalake
rbt --help
```

```toml
[dependencies]
rbt-datalake = "0.3.6"
```

```rust
use rbt::RbtProjectConfig; // library crate name is still `rbt`
```

| Resource | URL |
|----------|-----|
| **crates.io** | https://crates.io/crates/rbt-datalake |
| **docs.rs** | https://docs.rs/rbt-datalake |
| **source** | https://github.com/shan-alexander/rbt |

Binary name: **`rbt`**. Package name: **`rbt-datalake`** (the short name `rbt` on crates.io is an unrelated project).

This `rbt-testing` 0.0.4 release is a deprecation stub only.