Configured the `Cargo.toml` to automatically strip symbols, optimize for size, enable Link Time Optimization (LTO), and set codegen-units to 1 for the release profile. This significantly reduces the size and improves the performance of the resulting binary. |
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||