Curation by apogorzelska 2 days, 1 hour ago for query rust book
Original results
-
https://en.wikipedia.org/wiki/Rust_(programming_language) — found via Wikipedia
Rust (programming language)
Rust is a general-purpose programming language emphasizing performance, type safety, and concurrency. It enforces memory safety, meaning that all references
-
https://en.wikipedia.org/wiki/Rust — found via Wikipedia
Rust
Rust is an iron oxide, a usually reddish-brown oxide formed by the reaction of iron and oxygen in the catalytic presence of water or air moisture. Rust
-
https://en.wikipedia.org/wiki/Rust_in_Peace — found via Wikipedia
Rust in Peace
Rust in Peace is the fourth studio album by American thrash metal band Megadeth, released on September 24, 1990, by Capitol Records. It was the first Megadeth
-
https://en.wikipedia.org/wiki/Rust_Cohle — found via Wikipedia
Rust Cohle
Rustin Spencer "Rust" Cohle is a fictional character portrayed by Matthew McConaughey in the first season of HBO's anthology television series True Detective
-
https://en.wikipedia.org/wiki/Live_Rust — found via Wikipedia
Live Rust
Live Rust is a live album by Neil Young and Crazy Horse, recorded during their fall 1978 Rust Never Sleeps tour. Live Rust is composed of performances
-
https://doc.rust-lang.org/ — found via Mwmbl
Learn Rust - Rust Programming Language
Affectionately nicknamed “the book,” The Rust Programming Language will give you an overview of the language from first principles. You’ll build a few pro…
-
https://doc.rust-lang.org/embedded-book — found via Mwmbl
Introduction - The Embedded Rust Book
Get developers up to speed with embedded Rust development. i.e. How to set up a development environment. Share current best practices about using Rust fo…
-
http://doc.rust-lang.org/embedded-book/start/qemu.html — found via Mwmbl
QEMU - The Embedded Rust Book
The Embedded Rust Book We'll start writing a program for the LM3S6965, a Cortex-M3 microcontroller. We have chosen this as our initial target because it …
-
http://doc.rust-lang.org/embedded-book/intro/no-std.html — found via Mwmbl
no_std - The Embedded Rust Book
The Embedded Rust Book The term Embedded Programming is used for a wide range of different classes of programming. Ranging from programming 8-Bit MCUs (l…
-
http://doc.rust-lang.org/embedded-book/start/index.html — found via Mwmbl
Getting started - The Embedded Rust Book
The Embedded Rust Book In this section we'll walk you through the process of writing, building, flashing and debugging embedded programs. You will be abl…
-
http://doc.rust-lang.org/embedded-book/intro/install.html — found via Mwmbl
Installation - The Embedded Rust Book
The Embedded Rust Book NOTE Make sure you have a compiler version equal to or newer than 1.31. rustc -V should return a date newer than the one shown bel…
-
http://doc.rust-lang.org/embedded-book/start/panicking.html — found via Mwmbl
Panicking - The Embedded Rust Book
The Embedded Rust Book Panicking is a core part of the Rust language. Built-in operations like indexing are runtime checked for memory safety. When out o…
-
http://doc.rust-lang.org/embedded-book/start/exceptions.html — found via Mwmbl
Exceptions - The Embedded Rust Book
The Embedded Rust Book Exceptions, and interrupts, are a hardware mechanism by which the processor handles asynchronous events and fatal errors (e.g. exe…
-
http://doc.rust-lang.org/embedded-book/start/interrupts.html — found via Mwmbl
Interrupts - The Embedded Rust Book
The Embedded Rust Book Interrupts differ from exceptions in a variety of ways but their operation and use is largely similar and they are also handled by…
-
http://doc.rust-lang.org/embedded-book/collections/index.html — found via Mwmbl
Collections - The Embedded Rust Book
The Embedded Rust Book Eventually you'll want to use dynamic data structures (AKA collections) in your program. std provides a set of common collections:…
-
https://github.com/rust-lang/book — found via Google
rust-lang/book: The Rust Programming Language
This repository contains the source of "The Rust Programming Language" book. The book is available in dead-tree form from No Starch Press.
-
https://github.com/Dan-M/rust-book — found via Mwmbl
GitHub - Dan-M/rust-book: Rust book examples
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/psibi/rust-book-summary — found via Mwmbl
GitHub - psibi/rust-book-summary: Summary of the Rust book
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/gajin2/rust-book-chinese — found via Mwmbl
GitHub - gajin2/rust-book-chinese: rust book 中文翻译
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/idcrook/burst — found via Mwmbl
GitHub - idcrook/burst: rust book workbook
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/opcoder0/the-rust-book — found via Mwmbl
GitHub - opcoder0/the-rust-book: The Rust Book
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/ruRust/rust_book_ru/forks — found via Mwmbl
Forks · ruRust/rust_book_ru · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/rust-lang-ru/rust_book_2ed — found via Mwmbl
GitHub - rust-lang-ru/rust_book_2ed: The Rust Programming Langua…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://github.com/armallen/zero2prod — found via Mwmbl
GitHub - armallen/zero2prod: zero2prod rust book
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/kreolx/dungeoncrawler — found via Mwmbl
GitHub - kreolx/dungeoncrawler: Hands-on Rust book dungeon crawl…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/rust-lang/rust/issues/28803 — found via Mwmbl
Unclear description in closure section of Rust Book · Issue #288…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://users.rust-lang.org/t/rust-book-full-project-examples/34443 — found via Mwmbl
Rust Book Full Project Examples? - help - The Rust Programming L…
I have the work on a branch and I'm working on some scripts to make updating error messages and rustfmting easier; I was also waiting on some mdbook feat…
-
https://users.rust-lang.org/t/box-t-in-rust-book/1920 — found via Mwmbl
Box<T> in rust book - The Rust Programming Language Forum
I was bummed to find this lacking too. Once I see what it is, it's pretty clear, but still +1 on a small book addition. [[ tangent! ]] @steveklabnik I fol…
-
https://users.rust-lang.org/t/the-rust-book-update-strategy/39466 — found via Mwmbl
The Rust Book update strategy - The Rust Programming Language Fo…
I have noticed that last nice language introduction such as async/.await or the fresh new matches! have been not yet documented in the Rust book as other…
-
https://users.rust-lang.org/t/rust-book-chapter-8-add-employee-exercise/71757 — found via Mwmbl
Rust book chapter 8 add employee exercise - code review - The Ru…
You are not really making use of the kinds of things that a HashMap is good at, you only do either an insert or iterate over the whole dataset. You could…
-
https://dev.to/tom/comment/1n4d — found via Mwmbl
The Rust book has a great summary for you: Rust is a programmi…
Rust is a programming language that’s focused on safety, speed, and concurrency. Its design lets you create programs that have the performance and contro…
-
https://stackoverflow.com/a/56189760 — found via Mwmbl
rust - Mutable borrow from HashMap and lifetime elision - Stack …
Chapter 13 of the Rust book (2nd edition) contains an example of a simple calculation cache. Cacher takes the calculation function as a constructor param,…
-
https://stackoverflow.com/q/28621980 — found via Mwmbl
rust - What are the actual runtime performance costs of dynamic …
There's some background on this topic in the Rust book section on static and dynamic dispatch, but the tl;dr is that calling a method on a trait referenc…
-
https://internals.rust-lang.org/t/rust-book-2018-impl-trait-part-need-fix/8171 — found via Mwmbl
Rust book 2018 `impl Trait`part need fix - documentation - Rust …
The section 10-2 especially the `impl Trait` part is incorrect or at least misle…ading. This work is: * Being verbosely explained that `impl Trait` means…
New results
-
https://rust-book.cs.brown.edu/ — found via User
Experiment Introduction - The Rust Programming Language
The Rust Programming Language Welcome to the Rust Book experiment, and thank you for your participation! This book is an experimental fork of The Rust Pro…
-
https://doc.rust-lang.org/stable/book/ — found via User
The Rust Programming Language - The Rust Programming Language
The Rust Programming Language by Steve Klabnik, Carol Nichols, and Chris Krycho, with contributions from the Rust Community This version of the text assum…
-
https://doc.rust-lang.org/ — found via Mwmbl
Learn Rust - Rust Programming Language
Affectionately nicknamed “the book,” The Rust Programming Language will give you an overview of the language from first principles. You’ll build a few pro…
-
https://nostarch.com/rust-programming-language-2nd-edition — found via User
The Rust Programming Language, 2nd Edition | No Starch Press
The Rust Programming Language, 2nd Edition is the official guide to Rust 2021: an open source systems programming language that will help you write faster…
-
https://doc.rust-lang.org/embedded-book — found via Mwmbl
Introduction - The Embedded Rust Book
Get developers up to speed with embedded Rust development. i.e. How to set up a development environment. Share current best practices about using Rust fo…
-
http://doc.rust-lang.org/embedded-book/start/qemu.html — found via Mwmbl
QEMU - The Embedded Rust Book
The Embedded Rust Book We'll start writing a program for the LM3S6965, a Cortex-M3 microcontroller. We have chosen this as our initial target because it …
-
http://doc.rust-lang.org/embedded-book/intro/no-std.html — found via Mwmbl
no_std - The Embedded Rust Book
The Embedded Rust Book The term Embedded Programming is used for a wide range of different classes of programming. Ranging from programming 8-Bit MCUs (l…
-
http://doc.rust-lang.org/embedded-book/start/index.html — found via Mwmbl
Getting started - The Embedded Rust Book
The Embedded Rust Book In this section we'll walk you through the process of writing, building, flashing and debugging embedded programs. You will be abl…
-
http://doc.rust-lang.org/embedded-book/intro/install.html — found via Mwmbl
Installation - The Embedded Rust Book
The Embedded Rust Book NOTE Make sure you have a compiler version equal to or newer than 1.31. rustc -V should return a date newer than the one shown bel…
-
http://doc.rust-lang.org/embedded-book/start/panicking.html — found via Mwmbl
Panicking - The Embedded Rust Book
The Embedded Rust Book Panicking is a core part of the Rust language. Built-in operations like indexing are runtime checked for memory safety. When out o…
-
http://doc.rust-lang.org/embedded-book/start/exceptions.html — found via Mwmbl
Exceptions - The Embedded Rust Book
The Embedded Rust Book Exceptions, and interrupts, are a hardware mechanism by which the processor handles asynchronous events and fatal errors (e.g. exe…
-
http://doc.rust-lang.org/embedded-book/start/interrupts.html — found via Mwmbl
Interrupts - The Embedded Rust Book
The Embedded Rust Book Interrupts differ from exceptions in a variety of ways but their operation and use is largely similar and they are also handled by…
-
http://doc.rust-lang.org/embedded-book/collections/index.html — found via Mwmbl
Collections - The Embedded Rust Book
The Embedded Rust Book Eventually you'll want to use dynamic data structures (AKA collections) in your program. std provides a set of common collections:…
-
https://github.com/rust-lang/book — found via Google
rust-lang/book: The Rust Programming Language
This repository contains the source of "The Rust Programming Language" book. The book is available in dead-tree form from No Starch Press.
-
https://github.com/Dan-M/rust-book — found via Mwmbl
GitHub - Dan-M/rust-book: Rust book examples
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/psibi/rust-book-summary — found via Mwmbl
GitHub - psibi/rust-book-summary: Summary of the Rust book
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/gajin2/rust-book-chinese — found via Mwmbl
GitHub - gajin2/rust-book-chinese: rust book 中文翻译
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/idcrook/burst — found via Mwmbl
GitHub - idcrook/burst: rust book workbook
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/opcoder0/the-rust-book — found via Mwmbl
GitHub - opcoder0/the-rust-book: The Rust Book
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/ruRust/rust_book_ru/forks — found via Mwmbl
Forks · ruRust/rust_book_ru · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/rust-lang-ru/rust_book_2ed — found via Mwmbl
GitHub - rust-lang-ru/rust_book_2ed: The Rust Programming Langua…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://github.com/armallen/zero2prod — found via Mwmbl
GitHub - armallen/zero2prod: zero2prod rust book
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/kreolx/dungeoncrawler — found via Mwmbl
GitHub - kreolx/dungeoncrawler: Hands-on Rust book dungeon crawl…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://github.com/rust-lang/rust/issues/28803 — found via Mwmbl
Unclear description in closure section of Rust Book · Issue #288…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
https://en.wikipedia.org/wiki/Rust_(programming_language) — found via Wikipedia
Rust (programming language)
Rust is a general-purpose programming language emphasizing performance, type safety, and concurrency. It enforces memory safety, meaning that all references
-
https://en.wikipedia.org/wiki/Rust — found via Wikipedia
Rust
Rust is an iron oxide, a usually reddish-brown oxide formed by the reaction of iron and oxygen in the catalytic presence of water or air moisture. Rust
-
https://en.wikipedia.org/wiki/Rust_in_Peace — found via Wikipedia
Rust in Peace
Rust in Peace is the fourth studio album by American thrash metal band Megadeth, released on September 24, 1990, by Capitol Records. It was the first Megadeth
-
https://en.wikipedia.org/wiki/Rust_Cohle — found via Wikipedia
Rust Cohle
Rustin Spencer "Rust" Cohle is a fictional character portrayed by Matthew McConaughey in the first season of HBO's anthology television series True Detective
-
https://en.wikipedia.org/wiki/Live_Rust — found via Wikipedia
Live Rust
Live Rust is a live album by Neil Young and Crazy Horse, recorded during their fall 1978 Rust Never Sleeps tour. Live Rust is composed of performances
-
https://users.rust-lang.org/t/rust-book-full-project-examples/34443 — found via Mwmbl
Rust Book Full Project Examples? - help - The Rust Programming L…
I have the work on a branch and I'm working on some scripts to make updating error messages and rustfmting easier; I was also waiting on some mdbook feat…
-
https://users.rust-lang.org/t/box-t-in-rust-book/1920 — found via Mwmbl
Box<T> in rust book - The Rust Programming Language Forum
I was bummed to find this lacking too. Once I see what it is, it's pretty clear, but still +1 on a small book addition. [[ tangent! ]] @steveklabnik I fol…
-
https://users.rust-lang.org/t/the-rust-book-update-strategy/39466 — found via Mwmbl
The Rust Book update strategy - The Rust Programming Language Fo…
I have noticed that last nice language introduction such as async/.await or the fresh new matches! have been not yet documented in the Rust book as other…
-
https://users.rust-lang.org/t/rust-book-chapter-8-add-employee-exercise/71757 — found via Mwmbl
Rust book chapter 8 add employee exercise - code review - The Ru…
You are not really making use of the kinds of things that a HashMap is good at, you only do either an insert or iterate over the whole dataset. You could…
-
https://dev.to/tom/comment/1n4d — found via Mwmbl
The Rust book has a great summary for you: Rust is a programmi…
Rust is a programming language that’s focused on safety, speed, and concurrency. Its design lets you create programs that have the performance and contro…
-
https://stackoverflow.com/a/56189760 — found via Mwmbl
rust - Mutable borrow from HashMap and lifetime elision - Stack …
Chapter 13 of the Rust book (2nd edition) contains an example of a simple calculation cache. Cacher takes the calculation function as a constructor param,…
-
https://stackoverflow.com/q/28621980 — found via Mwmbl
rust - What are the actual runtime performance costs of dynamic …
There's some background on this topic in the Rust book section on static and dynamic dispatch, but the tl;dr is that calling a method on a trait referenc…
-
https://internals.rust-lang.org/t/rust-book-2018-impl-trait-part-need-fix/8171 — found via Mwmbl
Rust book 2018 `impl Trait`part need fix - documentation - Rust …
The section 10-2 especially the `impl Trait` part is incorrect or at least misle…ading. This work is: * Being verbosely explained that `impl Trait` means…