mv-analyzer 0.3.2

A language server for Move
Documentation
// Copyright (c) The Diem Core Contributors
// Copyright (c) The Move Contributors
// SPDX-License-Identifier: Apache-2.0

#[macro_use(sp)]
extern crate move_ir_types;

pub mod completion;
pub mod context;
pub mod diagnostics;
pub mod symbols;
pub mod utils;
pub mod vfs;