ailoop-context (deprecated)
This crate has moved to ailoop-history.
# before
= "1.0.0-rc.2"
# after
= "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.