3 releases (breaking)

0.3.0 May 1, 2019
0.2.0 Apr 30, 2019
0.1.0 Apr 23, 2019

#105 in #lsp


Used in lsp_msg_derive

MIT license

12KB
74 lines

lsp_msg_internal

Defines items created by macros from lsp_msg_derive.

Definitions

LSP object

A description of a JSON structure that is defined by the Language Server Protocol.

absent

Describes a field defined as optional that was not included in an instance of an LSP object.

present

Describes a field defined as optional that was included in an instance of an LSP object.

License: MIT


lib.rs:

Defines items created by macros from lsp_msg_derive.

Definitions

LSP object

A description of a JSON structure that is defined by the Language Server Protocol.

absent

Describes a field defined as optional that was not included in an instance of an LSP object.

present

Describes a field defined as optional that was included in an instance of an LSP object.

Dependencies

~9.5MB
~193K SLoC