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