js-utils 0.1.4

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

js-utils

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 10 feature flags, 10 of them enabled by default.

default

  • panic_hook
  • spawn
  • sleep
  • queue
  • event

panic_hook

  • console_error_panic_hook

spawn

  • futures
  • wasm-bindgen-futures

sleep

  • futures
  • zduny-wasm-timer

queue

  • futures

event

  • futures

console_error_panic_hook

  • dep:console_error_panic_hook

futures

  • dep:futures

wasm-bindgen-futures

  • dep:wasm-bindgen-futures

zduny-wasm-timer

  • dep:zduny-wasm-timer