Rename zed-rpc to zrpc

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
Antonio Scandurra 2021-07-13 18:22:00 +02:00
parent c4e37dc47c
commit 391ad489ff
23 changed files with 48 additions and 48 deletions

View file

@ -7,10 +7,10 @@ use std::{
sync::Arc,
};
use tempdir::TempDir;
use zed_rpc::ForegroundRouter;
use zrpc::ForegroundRouter;
#[cfg(feature = "test-support")]
pub use zed_rpc::test::Channel;
pub use zrpc::test::Channel;
#[cfg(test)]
#[ctor::ctor]