testing-repository/rust_test/README.md

5 lines
269 B
Markdown
Raw Normal View History

2021-12-01 16:07:28 +08:00
# The Rust test codes
The Sources files are in the "src" directory, and contain many tests
#### Note: each rust source file has it own main function, and it is not a normal project, please compile individual source file, don't try to run "cargo build" or "cargo run"