https://users.rust-lang.org/t/confusion-struct-directly-followed-by-impl/139634
Confusion: struct directly followed by impl? - help - The Rust Programming Language Forum
the rust programming language
https://users.rust-lang.org/t/crate-of-the-week/2704/677
Crate of the Week - #677 by Lucretiel - community - The Rust Programming Language Forum
Nov 27, 2019 - In RFC : Try-Catch Blocks, someone expressed concern over the discoverability of crates. To improve this situation, I suggested to have a "Crate of the Week"...
of the weekrust programming language
https://users.rust-lang.org/?ref=blog.discourse.org
The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageforum
https://www.collegelib.com/rust-programming-language/
Rust programming language : Collegelib.com
CollegeLib.com explains: Rust programming language
rust programming language
https://users.rust-lang.org/t/twir-quote-of-the-week/328?page=35
TWiR quote of the week - Page 35 - community - The Rust Programming Language Forum
Sep 1, 2019 - I'd like to start adding a 'quote of the week' to TWiR. So far though I've been terrible about taking note of good quotes from the Rust world. And also there...
quote of the weekrust programming language
https://users.rust-lang.org/t/lifetime-trait-bounds-issue/139518
Lifetime trait bounds issue - help - The Rust Programming Language Forum
Apr 11, 2026 - Hello, I feel like I run into this issue a lot. Say that you have a trait which requires a lifetime (e.g. serde::Deserialize), and then say that you want to...
the rust programming languagelifetimetraitboundsissue
https://users.rust-lang.org/t/crate-of-the-week/2704/1502
Crate of the Week - #1502 by joshrotenberg - community - The Rust Programming Language Forum
Dec 6, 2025 - In RFC : Try-Catch Blocks, someone expressed concern over the discoverability of crates. To improve this situation, I suggested to have a "Crate of the Week"...
of the weekrust programming language
https://hakilebara.com/microposts/2026-04-27-read-the-rust-programming-language-book-3rd-edition
Read the Rust Programming Language Book 3rd edition
I just finished reading the 3rd edition of the Rust Programming Language book. It took me a week, but I am glad I did it.
the rust programming languagereadbookedition
https://users.rust-lang.org/
The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageforum
https://users.rust-lang.org/t/crate-of-the-week/2704/1466
Crate of the Week - #1466 by dmtrshat - community - The Rust Programming Language Forum
Sep 2, 2025 - In RFC : Try-Catch Blocks, someone expressed concern over the discoverability of crates. To improve this situation, I suggested to have a "Crate of the Week"...
of the weekrust programming language
https://users.rust-lang.org/t/testing-functions-that-use-randomness/139755
Testing functions that use randomness - help - The Rust Programming Language Forum
Apr 23, 2026 - We have a team-internal discussion how one should test functions that use randomness in Rust. So I would like to hear if there are any community-standards /...
the rust programming languagetestingfunctionsuserandomness
https://users.rust-lang.org/u/msukanen
Profile - msukanen - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://users.rust-lang.org/t/crate-of-the-week/2704?page=44
Crate of the Week - Page 44 - community - The Rust Programming Language Forum
Jan 16, 2021 - In RFC : Try-Catch Blocks, someone expressed concern over the discoverability of crates. To improve this situation, I suggested to have a "Crate of the Week"...
of the weekrust programming languagecrate
https://users.rust-lang.org/t/transpose-matrix/51965
Transpose matrix - help - The Rust Programming Language Forum
Nov 25, 2020 - I am looking for functionality compared to opencv's transpose where the axes of a multidimensional array are easily swapped (an (640, 400, 3) style image to a...
the rust programming languagetranspose matrixhelpforum
https://users.rust-lang.org/u/newpavlov
Profile - newpavlov - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://users.rust-lang.org/t/overwriting-entire-file-cross-platform/137071
Overwriting entire file Cross platform - help - The Rust Programming Language Forum
Dec 20, 2025 - So I had some simple logic for overwriting a file with random bytes let file_size = std::fs::metadata("file_path")?.len(); // create random number generator...
the rust programming languagecross platformentirefile
https://users.rust-lang.org/t/messy-generic-type-dependencies/33020
Messy generic type dependencies - The Rust Programming Language Forum
Sep 27, 2019 - Suppose I have a crate that specifies, say n traits and then has a type that depends on k generic types, each of which implements various subsets of the...
the rust programming languagemessygenerictypedependencies
https://users.rust-lang.org/t/generic-return-type-again/56461
Generic Return Type. Again - help - The Rust Programming Language Forum
Mar 4, 2021 - There's a plenty of similar questins but I could not find a reasonable solution to my problem. Ideally, I'd like to have a nice API like this: let data =...
the rust programming languagegenericreturntypehelp
https://users.rust-lang.org/t/json-parser-code-review/137469
Json Parser Code Review - code review - The Rust Programming Language Forum
Jan 9, 2026 - Hi! I started learning rust recently and made a small json parser with no string allocations besides the initial reading of the contents of the json to test my...
the rust programming languagejson parsercode reviewforum
https://users.rust-lang.org/t/multidimensional-arrays-as-types/54074
Multidimensional arrays as types - help - The Rust Programming Language Forum
the rust programming languagemultidimensional arraystypeshelpforum
https://users.rust-lang.org/t/hashmaps-structs-and-enums/136697
Hashmaps, Structs And Enums - help - The Rust Programming Language Forum
Dec 3, 2025 - Could someone please explain to me the working of HashMaps in rust and especially in white spaces and where to use them. also the Usage of Structs and Enums in...
the rust programming languagestructsenumshelpforum
https://micro.blog/books/9781718500440
The Rust Programming Language (Covers Rust 2018)
the rust programming languagecovers
https://users.rust-lang.org/t/display-image-in-actix-web/54606
Display image in Actix-web - help - The Rust Programming Language Forum
the rust programming languageactix webdisplayimage
https://users.rust-lang.org/t/crate-of-the-week/2704/1564
Crate of the Week - #1564 by Santhosh - community - The Rust Programming Language Forum
Mar 8, 2026 - In RFC : Try-Catch Blocks, someone expressed concern over the discoverability of crates. To improve this situation, I suggested to have a "Crate of the Week"...
of the weekrust programming language
https://users.rust-lang.org/u/dtolnay
Profile - dtolnay - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://rust-lang.org/
Rust Programming Language
A language empowering everyone to build reliable and efficient software.
rust programminglanguage
https://doc.rust-lang.org/book/
The Rust Programming Language - The Rust Programming Language
rust programminglanguage
https://doc.rust-lang.org/book/ch13-01-closures.html
Closures - The Rust Programming Language
rust programmingclosureslanguage
https://doc.rust-lang.org/book/ch06-01-defining-an-enum.html
Defining an Enum - The Rust Programming Language
rust programmingdefiningenumlanguage
https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html
References and Borrowing - The Rust Programming Language
rust programmingreferencesborrowinglanguage
https://doc.rust-lang.org/book/ch00-00-introduction.html
Introduction - The Rust Programming Language
rust programmingintroductionlanguage
https://rust-lang.org/it/what/wasm/
WebAssembly - Rust Programming Language
Un linguaggio di programmazione che permette a chiunque di realizzare software efficienti e affidabili.
rust programmingwebassemblylanguage
https://users.rust-lang.org/t/how-does-crates-io-and-docs-rs-store-crates/139645
How does crates.io and docs.rs store crates? - help - The Rust Programming Language Forum
Apr 19, 2026 - Just a random thought that occurred to me this morning. I was thinking maybe there could be some function to show the differences between one version and...
the rust programming language
https://users.rust-lang.org/t/why-are-function-pointers-special-no-null/87990/16
Why are function pointers special? (no null) - #16 by scottmcm - The Rust Programming Language Forum
Jan 21, 2023 - I learned today I can't set function pointers in rust to std::ptr::null() because function pointers are not allowed to be null. It appears the suggested...
https://users.rust-lang.org/t/traits-to-impl-to-mimic-rc/36429/2
Traits to impl to mimic `Rc`? - #2 by CAD97 - community - The Rust Programming Language Forum
the rust programming language
https://rust-lang.org/it/governance/people/traviscross/
Rust Project team member - Rust Programming Language
Un linguaggio di programmazione che permette a chiunque di realizzare software efficienti e affidabili.
project teammember programmingrustlanguage
https://users.rust-lang.org/t/twir-quote-of-the-week/328/749
TWiR quote of the week - #749 by ZiCog - community - The Rust Programming Language Forum
Nov 30, 2019 - I'd like to start adding a 'quote of the week' to TWiR. So far though I've been terrible about taking note of good quotes from the Rust world. And also there...
quote of the week
https://doc.rust-lang.org/beta/book/appendix-03-derivable-traits.html
C - Derivable Traits - The Rust Programming Language
rust programmingcderivabletraitslanguage
https://users.rust-lang.org/t/pass-a-reference-to-an-struct-between-different-thread/60672
Pass a reference to an struct between different thread - help - The Rust Programming Language Forum
Jun 3, 2021 - Hi. I am writing a whitelist struct that reads contents of a file and make a Hashset out of it and stores it inside struct. Later in the program, i need to...
https://doc.rust-lang.org/book/ch05-03-method-syntax.html
Methods - The Rust Programming Language
rust programmingmethodslanguage
https://users.rust-lang.org/t/how-to-implement-a-trait-with-to-little-endian/55528
How to implement a trait with `to_little_endian`? - The Rust Programming Language Forum
Feb 13, 2021 - Consider the trait whose objects know how to convert themselves to bytes in little endian. I am trying to write one, as I need it for types that can do that....
the rust programming languagehow to implement
https://doc.rust-lang.org/book/ch13-00-functional-features.html
Functional Language Features: Iterators and Closures - The Rust Programming Language
functional languagefeaturesiteratorsclosuresrust
https://users.rust-lang.org/t/serde-deserialization-from-borrowed-bytes-seqaccess/56744
Serde deserialization from_borrowed_bytes + SeqAccess - code review - The Rust Programming Language...
Mar 10, 2021 - Hi all, I have another Serde question. I'm trying to implement a serde Deserializer for a binary format, let's say, to keep things simple, that the format...
https://rust-book.cs.brown.edu/ch01-02-hello-world.html
Hello, World! - The Rust Programming Language
hello worldrust programminglanguage
https://rust-lang.org/?ref=danielraffel.me
Rust Programming Language
A language empowering everyone to build reliable and efficient software.
rust programminglanguage
https://doc.rust-lang.org/book/ch06-02-match.html
The match Control Flow Construct - The Rust Programming Language
the matchcontrol flowrust programmingconstructlanguage
https://rust-lang-translations.org/book/ch15-01-box.html
Using BoxT to Point to Data on the Heap - The Rust Programming Language
on therust programmingusingboxtpoint
https://doc.rust-lang.org/book/ch15-02-deref.html
Treating Smart Pointers Like Regular References - The Rust Programming Language
smart pointersrust programmingtreatinglikeregular