4 releases (breaking)

0.4.0 Sep 2, 2023
0.3.0 Mar 20, 2022
0.2.0 Jun 9, 2021
0.1.0 Aug 20, 2020

#448 in Text editors

Download history 36/week @ 2024-02-09 12/week @ 2024-02-16 10/week @ 2024-02-23 6/week @ 2024-03-01 20/week @ 2024-03-29 6/week @ 2024-04-05 7/week @ 2024-05-03 17/week @ 2024-05-10 41/week @ 2024-05-17

65 downloads per month

MIT/Apache

18MB
268K SLoC

JavaScript 261K SLoC // 0.1% comments Rust 7K SLoC // 0.0% comments

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.


lib.rs:

Rust WASM bindings for the Monaco Editor.

Dependencies

~7–10MB
~199K SLoC