Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod select; 2 3pub use select::{ItemType, Select, SelectStyle}; 4 5pub fn init(cx: &mut super::AppContext) { 6 select::init(cx); 7}