add module docs

This commit is contained in:
Jake Heinz 2023-05-02 06:48:29 +00:00
parent f4d2044528
commit b9007a26a0
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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},