webusb-web 0.1.2

WebUSB on the web 🕸️ — Access USB devices from the web browser.
docs.rs failed to build webusb-web-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: webusb-web-0.4.2

webusb-web — WebUSB on the web 🕸️

This crate provides WebUSB support in a JavaScript runtime environment, usually a web browser. It allows you to communicate with connected USB devices from a web browser.

The WebUSB API provides a way to expose non-standard Universal Serial Bus (USB) compatible devices services to the web, to make USB safer and easier to use.

This crate provides Rust support for using WebUSB when targeting WebAssembly.

MDN provides a WebUSB overview while detailed information is available in the WebUSB specification.

crates.io page docs.rs page Apache 2 license

License

webusb-web is licensed under the Apache 2.0 license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in webusb-web by you, shall be licensed as Apache 2.0, without any additional terms or conditions.