systemd-lsp 0.2.0

Language Server Protocol implementation for systemd unit files
Documentation
1
2
3
4
5
6
7
8
9
10
// Library exports for testing
mod completion;
mod constants;
mod definition;
mod parser;

pub use completion::SystemdCompletion;
pub use constants::SystemdConstants;
pub use definition::SystemdDefinitionProvider;
pub use parser::{SystemdDirective, SystemdParser, SystemdSection, SystemdUnit};