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
Create a new cargo project
tags/v0.0.0-test.4
Philipp Oppermann
3 years ago
parent
77492aeb39
commit
d684298a0b
3 changed files
with
19 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
Cargo.lock
+9
-0
Cargo.toml
+3
-0
src/main.rs
+ 7
- 0
Cargo.lock
View File
@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "dora-rs"
version = "0.1.0"
+ 9
- 0
Cargo.toml
View File
@@ -0,0 +1,9 @@
[package]
name = "dora-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
+ 3
- 0
src/main.rs
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello World!");
}
Write
Preview
Loading…
Cancel
Save