monaco

Crates.iomonaco
lib.rsmonaco
version0.5.0
sourcesrc
created_at2020-08-20 14:42:21.176918
updated_at2024-10-05 22:31:43.682569
descriptionRust WASM bindings for the Monaco Editor
homepage
repositoryhttps://github.com/siku2/rust-monaco
max_upload_size
id278656
size32,098,987
Simon (siku2)

documentation

README

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.

Commit count: 66

cargo fmt