Crates.io | gloo-dialogs |
lib.rs | gloo-dialogs |
version | 0.2.0 |
source | src |
created_at | 2021-07-28 08:39:44.212432 |
updated_at | 2023-08-11 16:05:47.595669 |
description | Convenience crate for working with dialogs in browser |
homepage | https://github.com/rustwasm/gloo |
repository | https://github.com/rustwasm/gloo/tree/master/crates/dialogs |
max_upload_size | |
id | 428222 |
size | 4,689 |
gloo-dialogs
Built with 🦀🕸 by The Rust and WebAssembly Working Group
This crate provides wrappers for the following functions.
web-sys
provides a raw API which is hard to use. This crate provides an easy-to-use,
idiomatic Rust API for these functions.
See the API documentation to learn more.