js-utils 0.1.3

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

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

wasm-bindgen-futures

    This feature flag does not enable additional features.

zduny-wasm-timer

    This feature flag does not enable additional features.