Minimize size of the resulting binary: 4020 -> 2976 kiB --- a/Cargo.toml +++ b/Cargo.toml @@ -77,3 +77,5 @@ [profile.release] lto = true codegen-units = 1 +opt-level = "z" +panic = "abort"