Knowledge Garden

Search

Search IconIcon to open search

RUST Bucket

Last updated Feb 9, 2024 Edit Source

# RUST info bucket

setting up rust env is fairly easy. Cargo builds the rust project. dependencies are also easy to set up.

CLion works VSCode works

rust needs to know the size of the thing on compile time, so recursion is a problem.


Random Rust Notes

Scope

Memory Safety in Rust

Functions in Rust

Modules in Rust

Packages - (crates) in Rust

Integer literals in Rust

Floats in Rust

Booleans in Rust

Character Types in Rust

Strings in Rust

Control Flow in Rust

Iterators in Rust

Strings in Rust

Ownership in Rust

References and Borrowing in Rust

Structs in Rust

Traits in Rust

Collections in Rust

Enums in Rust

Closures in Rust

Threads in Rust

Idiomatic Rust

Cargo Clippy for Rust

Documentation in Rust

Rust Crates info

Rust gitignore

Iterators in Rust

Libraries and Modules in Rust

Semantic Versioning in Rust

Unsafe RUST

Modules in Rust

SurrealDB

Rust Tests

RUST resources

Rust Modules

RUST graphs

Rust Data Structures

RUST graphics

Rust terminal

Rust Variables

Rust Smart Pointers

Rust Project structure example step by step - DEV Community

Rust Modules and Project Structure by Gian Lorenzetto, PhD CodeX Medium

rust cli apps