//! Context propagation and merging helpers for the JSON-LD Expansion Algorithm.
//!
//! Provides documentation and re-exports for the context-management methods
//! (`push_same_context`, `push_new_context`, `pop_context`, `context`,
//! and `expand_iri`) that are implemented on `JsonLdExpansionConverter`
//! in `expansion_algorithm.rs`.
pub use super::expansion_algorithm::JsonLdExpansionConverter;