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 std::{ops::Deref, sync::Arc};
|
||||||
|
|
||||||
use itertools::Itertools;
|
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::{
|
use std::{
|
||||||
io::Write as _,
|
io::Write as _,
|
||||||
process::{self, Stdio},
|
process::{self, Stdio},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user