link "advanced features" in repls to dispatching

This commit is contained in:
Maybe Waffle 2022-10-07 14:11:56 +04:00
parent dc9ba4dd11
commit 583e5ea4ab

View file

@ -3,9 +3,10 @@
//! This module provides utilities for easy update handling. They accept a
//! single "handler" function that processes all updates of a certain kind. Note
//! that REPLs are meant to be used for simple scenarios, such as prototyping,
//! inasmuch they lack configuration and some advanced features.
//! inasmuch they lack configuration and some [advanced features].
//!
//! [REPL]: https://en.wikipedia.org/wiki/Read-eval-print_loop
//! [advanced features]: crate::dispatching#dispatching-or-repls
mod commands_repl;
mod repl;