Denis Drakhnyan on Nostr: Нраится. Rust now supports C-string literals (c"abc") which expand to a ...
Нраится.
Rust now supports C-string literals (c"abc") which expand to a nul-byte terminated string in memory of type &'static CStr.
https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#c-string-literals
Cargo profiles which do not enable debuginfo in outputs (e.g., debug = 0) will enable strip = "debuginfo" by default.
https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#enable-strip-in-release-profiles-by-default
Rust now supports C-string literals (c"abc") which expand to a nul-byte terminated string in memory of type &'static CStr.
https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#c-string-literals
Cargo profiles which do not enable debuginfo in outputs (e.g., debug = 0) will enable strip = "debuginfo" by default.
https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#enable-strip-in-release-profiles-by-default