Crate js_utils

source ·
Expand description

Useful utilities to make development of browser-targeted Rust applications slightly less painful.

Re-exports

Modules

Macros

Structs

Functions

  • Gets document’s body.
  • Gets document object.
  • Outputs an error message to the web console.
  • Outputs a message to the web console.
  • Sets a panic hook that forwards panic messages to console.error.
  • Outputs a warning message to the web console.
  • Gets window object.