Crate monaco

Source
Expand description

Rust WASM bindings for the Monaco Editor.

Modules§

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