0% found this document useful (0 votes)
25 views4 pages

Rust Basics Cheat Sheet by Cheatography

Uploaded by

dickslayer8235
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views4 pages

Rust Basics Cheat Sheet by Cheatography

Uploaded by

dickslayer8235
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

12/6/24, 12:37 PM Rust Basics Cheat Sheet by NotARealUSer - Download free from Cheatography - Cheatography.

- Cheatography.com: Cheat Sheets For Every Occasion

e.g., Regular Expression     

LO G I N or REGISTER

 Home  Cheat Sheets  Create  Community  Help

 Download This Cheat Sheet (PDF)  Comments Rating:      (0) 

Home > Cheat Sheets > Programming Cheat Sheets

Rust Basics Cheat Sheet (DRAFT) by


NotARealUSer

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Variables / Assignment Integer Literals Integer Types

let i = 1i; Decimal 1234 or Length Signed Unsigned

let hello = "­


wor­
ld"; 1_234 8-bit i8 u8

let mut canChange = 2; Hex 0xffff or int

canChange += 1; 0xff_ff 16-bit i16 u16


Octal 0o7777 or int
0o77_77 32-bit i32 u32
Binary 0b11111111 int
or 64-bit i64 u64
0b1111­
_1111 int
Byte b'A' arch isize usize
(u8 int
only)

 programming  rust

Privacy
https://cheatography.com/notarealuser/cheat-sheets/rust-basics/ 1/4
12/6/24, 12:37 PM Rust Basics Cheat Sheet by NotARealUSer - Download free from Cheatography - Cheatography.com: Cheat Sheets For Every Occasion

Download the Rust

Basics Cheat Sheet

PDF (recommended)

 PDF (1 page)

Alternative Downloads

 PDF (black and


white)
1 Page
 LaTeX

Privacy
https://cheatography.com/notarealuser/cheat-sheets/rust-basics/ 2/4
12/6/24, 12:37 PM Rust Basics Cheat Sheet by NotARealUSer - Download free from Cheatography - Cheatography.com: Cheat Sheets For Every Occasion

Latest Cheat Sheet Random Cheat Sheet

Roblox Lua JavaScript


Cheat Sheet Cheat Sheet
A simple refrence guide for JavaScript methods and

any studio user who blanks functions, a guide to

on something regular expressions and

 1 Page  2 Pages the XMLHttpRequest


NameLater2
object.
  28 Nov 24 
(0)  studio, lua, roblox (134) DaveChild

 19 Oct 11, updated 11

May 16

 development,

javascript, web, design,


frontend and 2 more ...

About Behind the Scenes Recent Cheat


Cheatography If you have any problems, or Sheet Activity
Cheatography is a collection just want to say hi, you can VJR updated Power
of 6597 cheat sheets and find us right here: Automate Desktop
quick references in 25 Actions.
languages for everything 1 day 11 hours ago
from linux to maths! DaveChild SpaceDuck brvn012ds updated
TMUX.
3 days 2 hours ago
Cheatography
Mtrentin updated
FileMaker Convencion
de Nombres.
3 days 22 hours ago

Privacy
https://cheatography.com/notarealuser/cheat-sheets/rust-basics/ 3/4
12/6/24, 12:37 PM Rust Basics Cheat Sheet by NotARealUSer - Download free from Cheatography - Cheatography.com: Cheat Sheets For Every Occasion

© 2011 - 2024 Cheatography.com | CC License |  Latest Cheat Sheets RSS


Terms | Privacy Feed

Privacy
https://cheatography.com/notarealuser/cheat-sheets/rust-basics/ 4/4

You might also like