denops-rust 0.2.2

Denops rust library
Documentation
1
2
3
4
5
6
7
use wasm_bindgen::prelude::*;

#[wasm_bindgen(module = "https://deno.land/x/denops/mod.ts")]
extern {
    // https://deno.land/x/denops/denops.ts
    pub(crate) type Denops;
}