Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-srv-cli/src/lib.rs')
-rw-r--r--crates/proc-macro-srv-cli/src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/proc-macro-srv-cli/src/lib.rs b/crates/proc-macro-srv-cli/src/lib.rs
new file mode 100644
index 0000000000..9e6f03bf46
--- /dev/null
+++ b/crates/proc-macro-srv-cli/src/lib.rs
@@ -0,0 +1,6 @@
+//! Library interface for `proc-macro-srv-cli`.
+//!
+//! This module exposes the server main loop and protocol format for integration testing.
+
+#[cfg(feature = "sysroot-abi")]
+pub mod main_loop;