This is a repo full of explorations into various Rust language features and crates. They are written for didactic exposition where possible. In the future, these can be turned into tutorials on developerlife.com or videos on the developerlife.com YouTube channel
Live coding video "Build your own async REPL or shell in Rust"
Based on the shell_async.rs ex, create a video showcasing how this entire example can be built from scratch
Notes
bash
child process that is used to actually execute the input from the REPL / shell programr3bl_terminal_async
crate, so provide some background info on how this is put together and what it doesAdd this to the TTY playlist