diff --git a/src/lib.rs b/src/lib.rs index c6d5237..e2e24c6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -155,7 +155,7 @@ pub use session::{ // All fallible APIs return `Result`. `Error` is a typed enum with a // numeric `code()`; **no English text in the library** — applications map // codes to localized messages. See `error.rs` for the full taxonomy. -pub use error::{Error, Result}; +pub use error::{Error, Result, is_halt, is_skippable_title_stub}; // ─── Cooperative cancellation ─────────────────────────────────────────────── //