Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod assets; 2pub mod editor; 3pub mod file_finder; 4mod operation_queue; 5pub mod settings; 6mod sum_tree; 7#[cfg(test)] 8mod test; 9mod time; 10mod timer; 11mod util; 12mod watch; 13pub mod workspace; 14mod worktree;