Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub(crate) mod avatar; 2pub(crate) mod details; 3pub(crate) mod icon; 4pub(crate) mod icon_button; 5pub(crate) mod indicator; 6pub(crate) mod input; 7pub(crate) mod label; 8pub(crate) mod text_button; 9pub(crate) mod tool_divider;