Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#[proc_macro_attribute] 2pub fn instrument( 3 _attr: proc_macro::TokenStream, 4 item: proc_macro::TokenStream, 5) -> proc_macro::TokenStream { 6 item 7}