1 2 3 4 5 6 7 8
/* SPDX-FileCopyrightText: © 2024-2025 Decompollaborate */ /* SPDX-License-Identifier: MIT */ pub mod builder; mod the_context; pub use builder::{ContextBuilder, GlobalSegmentBuilder, OverlaySegmentBuilder}; pub use the_context::{Context, OwnedSegmentNotFoundError};