nwolber / rust-monaco

Rust WASM bindings for the Monaco Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-monaco

Crate Info API Documentation

Rust WASM bindings for the Monaco Editor using wasm-bindgen.

Cargo Features

  • "api" (default feature) - Activate a more ergonomic Rust API. See monaco::api
  • "workers" (default feature) - Include the language web workers. If not set you will have to provide them manually or accept a heavy performance penalty.
  • "yew-components" - Enable Yew components. See monaco::yew

Examples

See the examples directory.

About

Rust WASM bindings for the Monaco Editor

License:Apache License 2.0


Languages

Language:JavaScript 95.4%Language:Rust 4.3%Language:Python 0.3%Language:Just 0.0%