Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1include!(concat!(env!("OUT_DIR"), "/bindings.rs")); 2 3pub fn dispatch_get_main_queue() -> dispatch_queue_t { 4 unsafe { &_dispatch_main_q as *const _ as dispatch_queue_t } 5}