Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1fn main() { 2 prost_build::Config::new() 3 .type_attribute("SendDataResponse", "#[allow(clippy::empty_docs)]") 4 .compile_protos( 5 &["vendored/protocol/livekit_room.proto"], 6 &["vendored/protocol"], 7 ) 8 .unwrap(); 9}