Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#![allow(non_upper_case_globals)] 2#![allow(non_camel_case_types)] 3#![allow(non_snake_case)] 4#![allow(unused)] 5 6#[cfg(target_os = "macos")] 7use objc::*; 8 9#[cfg(target_os = "macos")] 10include!(concat!(env!("OUT_DIR"), "/bindings.rs"));