REPL: Refactor output (#16927)

Shuffle `outputs.rs` into individual `outputs/*.rs` files and start
documenting them more.

Release Notes:

- N/A
This commit is contained in:
Kyle Kelley 2024-08-26 18:03:06 -07:00 committed by GitHub
parent bea6786f14
commit 26d943287b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 533 additions and 443 deletions

View file

@ -6,7 +6,6 @@ mod repl_editor;
mod repl_sessions_ui;
mod repl_store;
mod session;
mod stdio;
use std::{sync::Arc, time::Duration};