add module docs
This commit is contained in:
parent
f4d2044528
commit
b9007a26a0
@ -1,3 +1,6 @@
|
||||
//! This module is responsible for implementing handlers for Language Server
|
||||
//! Protocol. This module specifically handles notifications.
|
||||
|
||||
use std::{ops::Deref, sync::Arc};
|
||||
|
||||
use itertools::Itertools;
|
||||
|
@ -1,3 +1,6 @@
|
||||
//! This module is responsible for implementing handlers for Language Server
|
||||
//! Protocol. This module specifically handles requests.
|
||||
|
||||
use std::{
|
||||
io::Write as _,
|
||||
process::{self, Stdio},
|
||||
|
Loading…
Reference in New Issue
Block a user