Adds `if_std!` macro (#2979)
This macro compiles and executes the given code only when `std` feature is enabled. This can be useful for debugging without needing to worry that your code does not compile on `no_std`.
parent
7b1e8dc3
Please register or sign in to comment