Expand description
F* Language Server Protocol library.
This crate provides a complete LSP implementation for F*.
Re-exports§
pub use config::FstarConfig;pub use config::LspSettings;pub use error::FstarError;pub use error::Result;pub use lint::LintConfig;pub use lint::LintEngine;pub use lint::OutputFormat;pub use server::FstarServer;