As a Rust coder, I'm pretty happy to try anything written in Rust. I just used Zed for half an hour, and I like it.
The UI is to my taste. I like the theme, font, and the overall feeling of it. I like VSCode a lot, but I hate its side pane, especially the one showing the directory tree. In Zed you can adjust the font size of the side pane (ui_font_size) directly, which is not supported by VSCode. Zed has VIM mode, great! Rust support also seems good (via rust-analyzer)!
Zed even developed a GPU accelerated UI framework for Rust, GPUI https://www.gpui.rs/. I always want to do some GUI programming in Rust. But I'm not a native speaker of HTML/CSS. Glad to see alternative choices.