lsp-docs 0.1.1

Static structured documentation for the Axon language, embedded at compile time. Consumed by axon-lsp's hover and completion resolvers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "lsp-docs"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
description = "Static structured documentation for the Axon language, embedded at compile time. Consumed by axon-lsp's hover and completion resolvers."
keywords = ["axon", "lsp", "documentation"]
categories = ["development-tools"]

[dependencies]

[lints]
workspace = true