testing-repository/rust_test
daleclack 076a79deef Update gtk118 & add gtk119 2021-12-05 18:39:33 +08:00
..
src Update gtk118 & add gtk119 2021-12-05 18:39:33 +08:00
Cargo.lock Add rust test code 2021-12-01 16:07:28 +08:00
Cargo.toml Add rust test code 2021-12-01 16:07:28 +08:00
README.md Add rust test code 2021-12-01 16:07:28 +08:00

README.md

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"