1.

How to express platform-specific behaviour in Rust?

Answer»

The FOLLOWING ATTRIBUTES can be USED to EXPRESS platform-specific BEHAVIOUR in Rust.

  • target_os
  • target_family
  • target_endian
  • And so on


Discussion

No Comment Found