First, instead of having your main in the root of src I would organize the project like this: prime +- src | +- bin | +- main.rs | +- lib.rs ...
確定! 回上一頁