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 6use objc::*; 7 8include!(concat!(env!("OUT_DIR"), "/bindings.rs"));