Skip to content
  1. Jul 01, 2019
  2. Jun 30, 2019
  3. Jun 29, 2019
    • Bastian Köcher's avatar
      Adds `if_std!` macro (#2979) · 7b4b3d19
      Bastian Köcher authored
      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`.
      7b4b3d19