Commit graph

40 commits

Author SHA1 Message Date
15f8875b6e Fixed example 2024-03-24 06:09:07 -05:00
93e621e969 Renamed many items to be less redundant 2024-03-24 06:05:28 -05:00
092cb0583a Ran cargo fmt 2024-03-23 20:17:15 -05:00
202d2d1fbd Added UsbDescriptor, added get_device_list() on native, updated deps 2024-03-23 20:14:48 -05:00
54154d54c3 Fixed typo, v0.2.3 2024-03-10 16:58:57 -05:00
95b3083b82 Added Eq and Ord to UsbError 2024-03-10 16:56:37 -05:00
G2
942b09e114
Create rust.yml 2024-03-10 16:55:34 -05:00
G2
2e0de161dd
Update README.md
Added Todo section
2024-03-01 08:48:45 -06:00
9667394126 Bumped version v0.2.2 2024-02-18 03:17:24 -06:00
538103c2c3 Fixed made native get_device() properly grab the first one 2024-02-18 03:14:55 -06:00
1b8df6ab26 Fixed documentation errors 2024-02-08 03:04:49 -06:00
e5b0bcc731 Updated version, updated libraries 2024-02-08 02:48:06 -06:00
d57cd84338 Updated web-sys and wasm-bindgen, added UsbDevice.forget() 2024-02-07 13:21:55 -06:00
G2
b98694a551
Create LICENSE 2024-02-05 03:45:26 -06:00
G2
c957be0bdf
Update README.md 2024-02-02 02:40:10 -06:00
2cbda03deb Added release profile options to decrease size of compiled library 2024-02-02 00:35:13 -06:00
2d732695e8 Updated examples to work, properly imported get_device() to root 2024-02-02 00:16:50 -06:00
6ac7479879 Replaced get_device with get_device_filter, doc improvements, other improvements 2024-02-02 00:12:05 -06:00
0af8b86c25 Fixed clippy warnings 2024-02-01 16:09:02 -06:00
138d642fc9 v0.2.0, ran cargo fmt 2024-02-01 16:07:13 -06:00
847367c9a9 Added macro for DeviceFilter 2024-02-01 16:05:06 -06:00
2ea7fd68c8 Implemented error type, changed how get_device_filter() works to be more useful 2024-02-01 12:38:52 -06:00
G2
319fae96ad
Update README.md 2024-02-01 00:32:46 -06:00
9aa10a019c v0.1.2, ran cargo fmt 2024-02-01 00:28:46 -06:00
d70248cc1d Added get_device_filter, made WASM check for previously paired devices 2024-02-01 00:26:55 -06:00
G2
b60f5f0eae
Update README.md 2024-01-31 15:29:19 -06:00
062a8e367c Added more docs, moved some components 2024-01-31 15:02:57 -06:00
d9bf9a6a75 Bumped version of nusb, improved docs 2024-01-31 14:03:09 -06:00
0ffcbeee5f Eliminated remaining warnings 2024-01-31 13:22:04 -06:00
e2b970d817 Ran cargo fmt 2024-01-31 13:09:37 -06:00
f910a93468 Updated nusb to 0.1.5, fixed clippy suggestions 2024-01-31 13:07:21 -06:00
2c59b5f5a0 Added proper targets to Cargo.toml 2024-01-31 12:12:29 -06:00
1a350800cf Implemented bulk transfers, cleaned up code, added some docs 2024-01-31 12:05:39 -06:00
8b624b0136 Finished implementing most functions 2024-01-31 08:27:04 -06:00
3ca83e5f8c Control in/out both work 2024-01-31 08:06:35 -06:00
db9605fbb7 Fixed some problems with wasm 2024-01-30 18:06:44 -06:00
3bad540481 Supressed async_fn_in_trait lint for now 2024-01-30 11:37:30 -06:00
G2
d90061f5ae
Create README.md 2024-01-30 11:34:26 -06:00
da7a56f259 Updated deps 2024-01-30 11:29:42 -06:00
f3f58f9ab5 First code commit 2024-01-30 11:21:31 -06:00