1 2 3 4 5 6 7 8
//! LSP `$/progress` notification support. //! //! Provides [`ProgressReporter`] for sending begin/report/end progress //! notifications to an LSP client during long-running server operations. pub mod types; pub use types::*;