Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Number literalsExample
Decimal98_222
Hex0xff
Octal0o77
Binary0b1111_0000
Byte (u8 only)b'A'


IntelliJ IDE

To use Rust in IntelliJ install the following plugins:

  • Rust
  • Native Debugging Support


References