Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1// todo(linux): remove this once the relevant functionality has been implemented 2#![allow(unused_variables)] 3 4pub(crate) use client::*; 5 6mod client; 7mod cursor; 8mod display; 9mod window;