Skip to content
Commit 34af4b91 authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Adds `if_std!` macro

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 e5a71e54
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment