Crate monaco

source ·
Expand description

Rust WASM bindings for the Monaco Editor.

Modules

  • Simplified API. Requires the “api” feature (enabled by default).
  • Bindings for the monaco namespace.
  • Embedded Javascript code for Monaco’s language Web Workers. Requires the “workers” feature (enabled by default).
  • Monaco editor as a Yew component. Requires the “yew” feature.