5 lines
269 B
Markdown
5 lines
269 B
Markdown
|
# 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"
|