zed/crates/rpc
Antonio Scandurra 4b1dcf2d55 Always use strings to represent paths over the wire
Previously, the protocol used a mix of strings and bytes without any consistency.

When we go to multiple platforms, we won't be able to mix encodings of paths anyway.
We don't know this is the right approach, but it at least makes things consistent
and easy to read in the database, on the wire, etc. Really, we should be using entry
ids etc to refer to entries on the wire anyway, but there's a chance this is the
wrong decision.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-11-15 16:46:17 +01:00
..
proto Always use strings to represent paths over the wire 2022-11-15 16:46:17 +01:00
src Finish implementing Db::update_project 2022-11-15 09:01:51 +01:00
build.rs Serialize payload in "handle message" span 2022-04-29 17:34:22 +02:00
Cargo.toml Add wasmtime and fix zstd version conflict 2022-07-07 15:01:15 +02:00