Commit graph

99 commits

Author SHA1 Message Date
e7d21253d8 Fixed issue with _read_reply() in base.rs 2024-01-31 21:20:01 -06:00
c563a41781 Moved some crate components around 2024-01-31 15:01:45 -06:00
4aee02c150 Modified backoff to use browser timeout 2024-01-31 08:55:05 -06:00
766b4c68f7 Started work on WASM support 2024-01-30 18:04:46 -06:00
27853d9ea0 Bumped unicode-jp version to fork
Current version does not compile on WASM, and has security vulnerabilities. The fork https://github.com/uzabase/unicode-jp-rs works for WASM and has updated dependencies to address security concerns.
2024-01-30 10:44:21 -06:00
edbe0bacfa Removed currently unused dependencies 2024-01-30 10:35:35 -06:00
9dce1e328e Made remaining merged functions async and fixed them appropriately 2024-01-29 20:27:45 -06:00
1dadbd697d Merge branch 'async' 2024-01-29 20:27:09 -06:00
33feb301e8 Ran cargo fmt 2024-01-29 19:44:33 -06:00
1d188c335d Finished main async porting 2024-01-29 19:44:10 -06:00
asivery
922d8a5cb3
Merge pull request #3 from asivery/main
Add basic commands, start working on track upload
2024-01-30 02:18:56 +01:00
0e666b1207 Began porting to all async functions, fixed some issues 2024-01-29 19:04:30 -06:00
asivery
4d4cb9228e Add basic commands, start working on track upload 2024-01-29 02:45:40 +01:00
d0e42076d8 Updated example to work again, fixed crash in interface.rs 2024-01-28 18:41:20 -06:00
G2
1f740509c4
Merge pull request #2 from G2-Games/nusb
Moved code to `nusb`, ran `rustfmt`
2024-01-28 18:21:23 -06:00
303069577e Moved code to nusb, ran rustfmt 2024-01-28 18:19:38 -06:00
5e226075aa Updated cli example, cleaned up code 2023-12-18 12:18:47 -06:00
278ba2e8bd Ported to [yusb](https://github.com/fpagliughi/yusb) 2023-12-17 02:43:41 -06:00
c51d2b700a Fixed a lot of clippy warnings 2023-12-17 02:27:25 -06:00
6c1a66a97d Cleanup 2023-12-17 01:59:10 -06:00
cafd518f9d Ported code from rusb to webusb 2023-10-09 08:39:50 -05:00
G2
9190a66a3c
Merge pull request #1 from asivery/main
Fix RH1 track download
2023-09-27 17:53:24 -05:00
asivery
014edcea57 Fix RH1 track download 2023-09-28 00:51:33 +02:00
1cb19a51d3 Updated some interface functions to retrieve multiple tracks, added saveTrackToArray 2023-09-27 16:46:55 -05:00
6e100399d8 Cleaned up multiple files, testing new ways of grabbing info 2023-09-27 13:59:03 -05:00
02338a69a6 Added more functions to interface.rs 2023-09-27 08:36:53 -05:00
4b1f7c5908 Updated demo 2023-09-26 03:04:18 -05:00
628c1afd79 Finished implementation of string sanitization functions 2023-09-26 03:03:48 -05:00
9aa09343c5 Added mappings file, implemented sanitize_full_width_title 2023-09-25 20:33:43 -05:00
4a7f95d081 Updated crate name for minidisc-rs 2023-09-25 13:20:47 -05:00
01e1c46d32 Updated crate names in minidisc-cli 2023-09-25 10:28:26 -05:00
f7a4af8e83 Updated cargo.toml 2023-09-25 09:47:10 -05:00
f6319ecd38 Merge branch 'main' of https://github.com/G2-Games/minidisc-cli 2023-09-25 09:44:49 -05:00
17f4062e02 More restructuring 2023-09-25 09:44:23 -05:00
G2
83b6a62f27
Update README.md 2023-09-25 09:13:34 -05:00
cc2918fb2e Updated the way you build an interface 2023-09-25 09:09:33 -05:00
797c37ded6 More restructuring, proper scoping 2023-09-25 02:56:19 -05:00
53480ce2eb Restructured as library 2023-09-25 02:05:59 -05:00
54b0977b44 Fully implemented everything in query_utils.ts, ran cargo fmt 2023-09-25 01:33:57 -05:00
e39e95d555 More fixes, begin implementing query_utils.ts 2023-09-24 18:26:38 -05:00
919a468a76 Implemeted track title grabbing 2023-09-23 23:29:08 -05:00
d65b859886 Added disc information getting, ran cargo fmt 2023-09-23 19:39:51 -05:00
4a76d96341 Added more functions to interface, cleaned up base.rs 2023-09-23 15:06:48 -05:00
3980cfa189 Ran cargo fmt 2023-09-23 11:59:01 -05:00
0b59de7109 Implemented all functions in base 2023-09-23 11:57:23 -05:00
a55d1f1cbe Cleaned up some functions, implemeted read_bulk 2023-09-23 11:41:33 -05:00
ae22de0b03 Finished implementing get_disc_subunit_identifier 2023-09-23 03:45:03 -05:00
397a886693 Initial code commit 2023-09-23 00:58:35 -05:00
G2
ad3a4330d7
Initial commit 2023-09-23 00:56:41 -05:00