protobuf-lsp 0.1.4

A Language Server Protocol implementation for Protocol Buffers (protobuf)
Documentation
1
2
3
4
5
6
7
pub mod parser;
pub mod features;
pub mod workspace;

pub use parser::*;
pub use features::*;
pub use workspace::*;