Commit 3dd2d8c
authored
wirego_remote(rust): add support for Wirego implemented in Rust (#37)
* wirego_remote(rust): Implement basic Wirego Remote functionality with basic example in Rust
* Add integration test with basic communication with wirego plugin
* Add ProcessHeuristic handling
* Improve command handling so failures send the \0x00 instead of crashing
* Add a bit better error handling
* Extract types for WiregoListener + create doc for all exposed stuff
* Add imports to shorten the code
* Add UTs for ZmqMessage to WiregoBridge command request converter
* Some fixes in the example + more UTs
* another small ut
* Some more UTs
* Add integration test with almost all commands handling
* Add simple CI workflow for rust
* Add missing check for frames count
* Cleanup examples directory
* Add README for wirego remote rust
* Review fixes :)
* Integration test for Windows (TCP) and Linux (TCP and IPC
* Modify the cfg attribute to support all UNIX systems1 parent 0226365 commit 3dd2d8c
File tree
13 files changed
+3821
-1
lines changed- .github/workflows
- wirego_remote
- go/wirego
- rust
- wirego
- examples/minimal
- src
- tests
13 files changed
+3821
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments