xwt-web-utils 0.1.3

Useful utils for running in the browser, provided by and for xwt. Not directly required to use xwt, but can help with setting up the endpoint and etc.
Documentation
1
2
3
4
5
6
//! Utilities for wasm in web context.

#![cfg(target_family = "wasm")]
#![allow(missing_docs, clippy::missing_docs_in_private_items)]

pub mod cert;