zed/crates/rpc
Antonio Scandurra 624eb5907e Serialize buffer in terms of operations rather than state
This is required because, after joining, we want to be able to refer
to operations that have happened prior to joining, which are not
captured by the state. There is probably a way of reconstructing operations
from the state, but that seems unnecessary and we've already talked about
wanting to have the server store operations rather than state once we start
persisting worktrees.
2022-02-08 14:59:46 +01:00
..
proto Serialize buffer in terms of operations rather than state 2022-02-08 14:59:46 +01:00
src Apply code actions remotely 2022-02-08 12:18:14 +01:00
build.rs Rename zrpc to rpc 2021-10-04 13:28:00 -06:00
Cargo.toml Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00