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