|
|
|
|
|
by baby
1532 days ago
|
|
As someone who has struggled with cmake for years, the answer can be found in setting up a simple Rust project in a few minutes: it will just work out of the box. The default config is all you need, and you won't have to do back and forths to understand other projects setups (unless they're massive). You will easily import and use dependencies you need, even small edge-cases can easily be a line in your config file. |
|