Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod prompt; 2mod prompt_library; 3mod prompt_manager; 4 5pub use prompt::*; 6pub use prompt_library::*; 7pub use prompt_manager::*;