rust_wasm_websys_utils

Crates.iorust_wasm_websys_utils
lib.rsrust_wasm_websys_utils
version0.4.3
sourcesrc
created_at2020-04-24 07:00:04.65217
updated_at2020-04-25 14:00:02.649764
descriptionmicro crate web_sys and js_sys functions for my project
homepage
repositoryhttps://github.com/LucianoBestia/rust_wasm_websys_utils
max_upload_size
id233577
size13,814
bestia.dev (bestia-dev)

documentation

README

rust_wasm_websys_utils

version: 0.4.3 date: 2020-04-25 authors: Luciano Bestia
micro crate web_sys and js_sys functions for my project

web_sys and js_sys

When developing the mem6 game
https://github.com/LucianoBestia/mem6_game
I needed a lot of web_sys and js_sys functions.
To hide away the javascript part as much as possible I created this library
and fill it with functions I needed for that particular project.
I made a separate crate as a library to share code with other projects.
Functions will be eventually added and also modified or refactored in specialized crates.

Commit count: 26

cargo fmt