Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1[alias] 2xtask = "run --package xtask --" 3 4[build] 5# v0 mangling scheme provides more detailed backtraces around closures 6rustflags = ["-C", "symbol-mangling-version=v0"]