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