This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Adjust template for non-exhaustive input event
dropped-inputs-event
Philipp Oppermann
1 year ago
parent
fa73ea1596
commit
d2dacc2832
Failed to extract signature
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
binaries/cli/src/template/rust/node/main-template.rs
+ 1
- 0
binaries/cli/src/template/rust/node/main-template.rs
View File
@@ -10,6 +10,7 @@ fn main() -> Result<(), Box<dyn Error>> {
id,
id,
metadata,
metadata,
data: _,
data: _,
..
} => match id.as_str() {
} => match id.as_str() {
other => eprintln!("Received input `{other}`"),
other => eprintln!("Received input `{other}`"),
},
},
Write
Preview
Loading…
Cancel
Save