1 2 3 4 5 6
//! Server following the [LSP protocol](https://microsoft.github.io/language-server-protocol/) to validate and inspect shaders using [`shader_sense`]. #![doc = include_str!("../README.md")] // For test. pub mod server;