mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-13 05:46:29 +00:00
Abstract proc-macro-srv protocol format
This commit is contained in:
parent
7c7c0cbffb
commit
c236190b60
6 changed files with 60 additions and 39 deletions
|
@ -5,6 +5,7 @@
|
|||
//! is used to provide basic infrastructure for communication between two
|
||||
//! processes: Client (RA itself), Server (the external program)
|
||||
|
||||
pub mod json;
|
||||
pub mod msg;
|
||||
mod process;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue