ailoop-context 1.0.0-rc.3

Renamed to ailoop-history. This crate is a deprecated re-export shim and will not receive further updates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ailoop-context (deprecated)

This crate has moved to [`ailoop-history`](https://crates.io/crates/ailoop-history).

```toml
# before
ailoop-context = "1.0.0-rc.2"

# after
ailoop-history = "1.0.0-rc.3"
```

The previous `ContextManager` / `ContextManagerBuilder` types were renamed to
`History` / `HistoryBuilder` at the same time. All re-exports in this crate
are marked `#[deprecated]`; switch your import surface to `ailoop-history`
to silence the warnings.