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 thinking_tool; 3 4pub use find_path_tool::*; 5pub use thinking_tool::*;