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
//! **This crate has been renamed to [`ailoop-history`](https://crates.io/crates/ailoop-history).**
//!
//! All items are re-exported here with a `#[deprecated]` notice so
//! existing code keeps compiling while you migrate. The previous
//! `ContextManager` / `ContextManagerBuilder` types were renamed to
//! `History` / `HistoryBuilder` at the same time — see the
//! [ailoop-history crate](https://crates.io/crates/ailoop-history) for
//! details and migration guidance.

#![allow(deprecated)]

#[deprecated(
    since = "1.0.0-rc.3",
    note = "ailoop-context was renamed to ailoop-history; depend on `ailoop-history` directly"
)]
pub use ailoop_history::*;