Docs.rs
ffmt-0.3.4
ffmt 0.3.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sbryngelson
Dependencies
clap ^4
normal
ignore ^0.4
normal
rayon ^1
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
toml ^0.8
normal
Versions
61.79%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module lsp
ffmt
0.3.4
Module lsp
Module Items
Functions
In crate ffmt
ffmt
Module
lsp
Copy item path
Source
Expand description
Minimal LSP server for ffmt.
Supports:
textDocument/formatting (full document)
textDocument/rangeFormatting (line range)
Run with:
ffmt --lsp
Functions
ยง
run_lsp
Run the LSP server on stdin/stdout.