Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall committed Nov 3, 2024
1 parent d0060da commit c4395fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Rust

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
- push
- pull_request

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nusb"
version = "0.1.10"
version = "0.1.11"
description = "Cross-platform low-level access to USB devices in pure Rust"
categories = ["hardware-support"]
keywords = ["usb", "hardware"]
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ A new pure-Rust library for cross-platform low-level access to USB devices.

### Current status

* Support for Linux, Windows, and macOS
* Support for Linux, Windows, macOS, and Android
* Device listing and descriptor parsing
* Transfers on control, bulk and interrupt endpoints
* Used in production by [probe-rs](https://github.com/probe-rs/probe-rs) and others, but still relatively new. Please test with your device and report issues.
* Device connect / disconnect events on all platforms
* Used by [probe-rs](https://github.com/probe-rs/probe-rs),
[packetry](https://packetry.readthedocs.io/en/latest/),
[postcard-rpc](https://github.com/jamesmunns/postcard-rpc)
and others, but still relatively new. Please test with your device and report issues.

### License
MIT or Apache 2.0, at your option

0 comments on commit c4395fe

Please sign in to comment.