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/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"...
crate of the weekrust programming language
https://users.rust-lang.org/t/disable-stacked-borrow-checking-in-miri/134414
Disable stacked borrow checking in miri - help - The Rust Programming Language Forum
Oct 4, 2025 - I don't really care about stacked borrows rn. I need miri for another bug, but it gets caught on stacked borrows before it reaches the code I actually need to...
the rust programming language
https://users.rust-lang.org/t/how-to-construct-dst/137797
How to construct DST? - The Rust Programming Language Forum
the rust programming languagehow toconstructdstforum
https://users.rust-lang.org/t/whats-going-on-with-bincode/136942
What's going on with bincode? - The Rust Programming Language Forum
Dec 15, 2025 - (This is a cross-post from Reddit). In August, the bincode GitHub repository was archived, pointing users to the new sourcehut repo: This repo has migrated to...
the rust programming languagegoing on
https://users.rust-lang.org/t/crate-of-the-week/2704?page=25
Crate of the Week - Page 25 - community - The Rust Programming Language Forum
Feb 13, 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"...
crate of the weekrust programming language
https://users.rust-lang.org/t/yaserde-or-xml-rs-for-xml-prettyprinting/55410
YaSerDe or xml-rs for XML prettyprinting? - help - The Rust Programming Language Forum
Feb 10, 2021 - I made a pullrequest on YaSerDe's repo about docs a SerDe-like XML (de)serialization crate. YaSerDe seems to lack some way to output pretty-printed XML, as...
the rust programming language
https://users.rust-lang.org/t/custom-target-like-config-for-crates/137049
Custom target-like config for crates - help - The Rust Programming Language Forum
Dec 19, 2025 - I want to parameterize a crate of mine to be compiled for different hardware targets. I don't want to use a feature for that, because the configuration targets...
the rust programming language
https://users.rust-lang.org/u/AlixANNERAUD
Profile - AlixANNERAUD - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://users.rust-lang.org/users/droidlogician
Profile - DroidLogician - 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/1483
Crate of the Week - #1483 by joshrotenberg - community - The Rust Programming Language Forum
Oct 22, 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"...
crate of the weekrust programming language
https://users.rust-lang.org/t/tokio-test-simulate-clock/57045
Tokio test: simulate clock - help - The Rust Programming Language Forum
Mar 17, 2021 - I'm trying to test a scenario involving timeout which resembles the following function - a receiver wait for a message, if no message received, it times out...
the rust programming languagetokiotestsimulateclock
https://users.rust-lang.org/t/print-type-sizes/137497
Print type sizes - The Rust Programming Language Forum
Jan 10, 2026 - What's the story with the unstable print-type-sizes rustc option? It was recently extremely useful for me in diagnosing and shrinking the size of a giant...
the rust programming languageprint typesizesforum
https://users.rust-lang.org/t/another-lifetime-question/137077
Another lifetime question - help - The Rust Programming Language Forum
the rust programming languageanotherlifetimequestionhelp
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"...
crate of the weekrust programming language
https://users.rust-lang.org/u/ddystopia
Profile - Ddystopia - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://users.rust-lang.org/t/migrating-from-alpha-to-stable-tokio/35700
Migrating from alpha to stable Tokio - help - The Rust Programming Language Forum
Dec 14, 2019 - I have to ask again about what ought to be a trivial thing. I had some code that worked in alpha version to read stdin but now in the new stable version none...
the rust programming languagefrom alpha
https://users.rust-lang.org/t/understanding-acquire-and-release-memory-ordering/137943
Understanding Acquire and Release memory ordering - help - The Rust Programming Language Forum
the rust programming languageordering help
https://users.rust-lang.org/t/limitations-of-rc-weak/50638
Limitations of Rc/Weak - The Rust Programming Language Forum
Oct 25, 2020 - Before Rust, I used to believe that certain applications were fundamentally difficult to write without a GC. With Rust, with all problems I have seen so far,...
the rust programming languagelimitationsrcweakforum
https://users.rust-lang.org/users/manishearth
Profile - Manishearth - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://users.rust-lang.org/t/viable-alternative-to-clone-here/54646
Viable alternative to .clone() here? - help - The Rust Programming Language Forum
Jan 25, 2021 - My code works. It's just that I don't want to use .clone() since I'm using it on a large vector in a loop of the length of that vector. Here is the code: fn...
the rust programming languagealternative toviableclone
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/crate-of-the-week/2704/741
Crate of the Week - #741 by nasa42 - community - The Rust Programming Language Forum
Mar 19, 2020 - 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"...
crate of the weekrust programming language
https://users.rust-lang.org/t/returning-stream-of-values-or-stream-of-futures/136969
Returning Stream of values or Stream of Futures? - help - The Rust Programming Language Forum
the rust programming language
https://users.rust-lang.org/t/crate-of-the-week/2704/1113
Crate of the Week - #1113 by Kobzol - community - The Rust Programming Language Forum
Oct 13, 2022 - 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"...
crate of the weekrust programming language
https://users.rust-lang.org/t/hashing-algorithm-and-cross-compilation/137982
Hashing algorithm and cross-compilation - help - The Rust Programming Language Forum
Jan 31, 2026 - The std documentation is clear that the default hashing algorithm is not specified, so I cannot rely on it being the same across releases. But can I rely on it...
the rust programming languagecross compilationhashingalgorithm
https://users.rust-lang.org/t/how-to-stop-a-wasm-function/58672
How to stop a wasm function? - help - The Rust Programming Language Forum
Apr 20, 2021 - So the question I have is rather simple, but it has lead to me to some rabbit holes and I'm getting to darker places slowly but surely so I'm trying to get a...
the rust programming languagehow to
https://users.rust-lang.org/t/lifetimes-in-structs/138032
Lifetimes in Structs - help - The Rust Programming Language Forum
the rust programming languagelifetimesstructshelpforum
https://users.rust-lang.org/t/formating-with-rustfmt-direcly/54857
Formating with rustfmt direcly - The Rust Programming Language Forum
Jan 29, 2021 - Is rustfmt can layout array memeber line like this. from : const SineTable80: [FIXP_STP; 41] = [ [32767, 0], [32762, 643], [32743, 1286], [32711, 1929],...
the rust programming languageformatingrustfmtforum
https://users.rust-lang.org/t/welcome-to-the-rust-programming-language-users-forum/77411?silent=true
Welcome to the Rust programming language users forum - meta - The Rust Programming Language Forum
Jun 24, 2022 - This forum is for help, discussion, and announcements related to the Rust programming language. Please read our code of conduct before participating. We will...
the rust programming languagewelcome tousers forummeta
https://users.rust-lang.org/users/willi_kappler
Profile - willi_kappler - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofilewillikapplerforum
https://users.rust-lang.org/t/enhancements-for-rustlings/137082
Enhancements For Rustlings - community - The Rust Programming Language Forum
Dec 21, 2025 - Hello everyone im just a bedroom 2:35 programmer. Probably ive been having troubles on rustlings about switching tabs and yeah I found it hard so i have made...
the rust programming languageenhancementsrustlingscommunityforum
https://users.rust-lang.org/t/inconsistent-type-inference-of-closure-arguments/136748
Inconsistent type inference of closure arguments - help - The Rust Programming Language Forum
the rust programming languagetype inference
https://users.rust-lang.org/t/considering-dropping-windows-xp-suppport/50856
Considering dropping Windows XP suppport - announcements - The Rust Programming Language Forum
Oct 30, 2020 - The Rust team is looking at dropping support for Windows XP, and we would like to hear from any current users! If you are currently targeting this platform,...
the rust programming languagewindows xpconsideringdroppingsuppport
https://users.rust-lang.org/t/deserializing-struct/54377
Deserializing Struct - help - The Rust Programming Language Forum
Jan 19, 2021 - Hi, I'm creating a library to handle money by using BigInts and now I'm trying to store those values in a database. I'm thinking of serializing the data to a...
the rust programming languagestructhelpforum
https://dev.to/rasheedolaleye/how-to-use-control-flow-in-the-rust-programming-language-57m3
HOW TO USE CONTROL FLOW IN THE RUST PROGRAMMING LANGUAGE - DEV Community
Easy steps to implement control flow for beginners Just as decisions are crucial for individuals, in... Tagged with rust, programming, beginners, howto.
the rust programming languagehow to usecontrol flow
https://users.rust-lang.org/t/binding-c-lib-build-rs/49137
Binding C lib - build.rs - help - The Rust Programming Language Forum
Sep 22, 2020 - Hello, i have a strange problem. If I change path to relative - it doesn't compile. Error: error: could not find native static library `mylib`, perhaps an -L...
the rust programming languagebindingclibbuild
https://users.rust-lang.org/t/tokio-vs-event-loop/35893
Tokio vs event loop - community - The Rust Programming Language Forum
Dec 19, 2019 - how do you compare tokio 0.2 with single thread event loop like in nginx/redis/nodejs? is it better?
the rust programming languageevent looptokiovscommunity
https://users.rust-lang.org/t/twir-call-for-participation/4821?page=4
[TWiR] Call for Participation - Page 4 - announcements - The Rust Programming Language Forum
Jun 3, 2017 - Hello Rustaceans, Inspired by the "contributors wanted" wiki, starting issue 120 of This Week in Rust, there will be a new section "Call for Participation"...
the rust programming languagecall for participation
https://users.rust-lang.org/t/crate-of-the-week/2704?page=54
Crate of the Week - Page 54 - community - The Rust Programming Language Forum
Jul 2, 2022 - 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"...
crate of the weekrust programming language
https://users.rust-lang.org/users/llogiq
Profile - llogiq - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://users.rust-lang.org/t/jiff-checking-iso-date/138062
Jiff: checking iso date - help - The Rust Programming Language Forum
Feb 4, 2026 - Let's say I like to parse an iso date in order to learn if the iso date specified is valid. Example: 2025-02-12 is valid. Both 2025-02-29 (2025 no leap year)...
the rust programming languagejiffcheckingisodate
https://users.rust-lang.org/t/basic-mongodb-usage/54568
Basic mongodb usage - The Rust Programming Language Forum
Jan 24, 2021 - Here is my simple attempt to query a MongoDB collection using the mongodb crate. The compiler gives me an error for the cursor.next() call saying "method not...
the rust programming languagebasicmongodbusageforum
https://users.rust-lang.org/t/could-not-compile-diesel-codegen/56376
Could not compile diesel_codegen - help - The Rust Programming Language Forum
Mar 2, 2021 - I am new to Rust. I am following a Youtube video building a simple API in Rust. One of the dependencies I need diesel_codegen and here is the line in the...
the rust programming languagecouldcompiledieselcodegen
https://users.rust-lang.org/t/collab-gui-games-4d/139893
Collab GUI+games+4d+ - The Rust Programming Language Forum
May 1, 2026 - If this is bad, mods feel free to delete. I am currently working on a GUI with bidirectional allowance which may be used in 3d like VR in Rust with other stuff...
the rust programming languagecollabguigamesforum
https://users.rust-lang.org/t/how-to-constrain-lifetime-parameter/49024
How to "Constrain Lifetime Parameter"? - help - The Rust Programming Language Forum
Sep 20, 2020 - I've got a teeny little program example and I'm trying to figure out how to return an RwLockReadGuard in a Deref implementation ( I know this may not be the...
the rust programming languagehow toconstrainlifetimeparameter
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://users.rust-lang.org/t/birdlestein-editor/137471
Birdlestein editor - code review - The Rust Programming Language Forum
Jan 10, 2026 - Hi! I've been trying to learn Rust and Iced for the past few weeks. I have decent experience in Python, and while I know I didn't really choose easy or...
the rust programming languagecode revieweditorforum
https://users.rust-lang.org/t/subtle-borrowing-behavior-example/130352?u=cad97
Subtle borrowing behavior example - tutorials - The Rust Programming Language Forum
Jun 4, 2025 - All of these functions fail to compile. However, they fail to compile for different reasons! Can you correctly identify why each example is an error? Composed...
the rust programming languagesubtleborrowingbehaviorexample
https://users.rust-lang.org/t/newtype-usize-efficacy-and-idiomatic-usage/139534
Newtype (usize) efficacy and idiomatic usage - help - The Rust Programming Language Forum
Apr 12, 2026 - I have a newtype #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] // Type wrapper for Author IDs pub struct AuthorId(usize); It works....
the rust programming language
https://users.rust-lang.org/u/fredrik
Profile - Fredrik - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofilefredrikforum
https://users.rust-lang.org/t/integrating-sqlx-fromrow/134344
Integrating sqlx::FromRow - help - The Rust Programming Language Forum
Oct 2, 2025 - I am currently building a web framework and CMS using sqlx and sea_query to handle database stuff. I want to provide a simple API (as little boilerplate code...
the rust programming languageintegratingsqlxhelpforum
https://users.rust-lang.org/t/miri-error-with-intrusive-collections-crate/135165
MIRI error, with `intrusive_collections` crate - help - The Rust Programming Language Forum
Nov 6, 2025 - I am not good at English. Sorry if there are any funny expressions. MIRI reports an error in the code where it uses RBTree from intrusive_collections crate. If...
the rust programming language
https://users.rust-lang.org/t/unnecessary-parentheses/54174
Unnecessary parentheses? - help - The Rust Programming Language Forum
the rust programming languageunnecessaryparentheseshelpforum
https://users.rust-lang.org/t/read-and-write-traits/53565
Read and Write traits - The Rust Programming Language Forum
the rust programming languageread and writetraitsforum
https://users.rust-lang.org/t/emulating-oo-inheritance/139914
Emulating OO inheritance - The Rust Programming Language Forum
May 3, 2026 - I have an application that depends on items of different types having both common methods and special methods for item-specific data. Although not overly...
the rust programming languageooinheritanceforum
https://users.rust-lang.org/t/crate-of-the-week/2704?page=39
Crate of the Week - Page 39 - community - The Rust Programming Language Forum
May 12, 2020 - 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"...
crate of the weekrust programming language
https://users.rust-lang.org/t/lifetime-of-slice-is-too-short/58538
Lifetime of slice is too short - help - The Rust Programming Language Forum
the rust programming languagetoo short
https://users.rust-lang.org/t/crate-of-the-week/2704?page=34
Crate of the Week - Page 34 - community - The Rust Programming Language Forum
Nov 11, 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"...
crate of the weekrust programming language
https://users.rust-lang.org/t/mixed-up-borrowing/54288
Mixed up borrowing - help - The Rust Programming Language Forum
Jan 17, 2021 - Hi. I'm new at Rust and follow the docs to learn about it. Recently I read about ownership and borrowing and when I tried to implement a simple logic I had...
the rust programming languagemixed upborrowinghelpforum
https://users.rust-lang.org/users/colin_kiegel/activity
Profile - colin_kiegel - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofilecolinforum
https://users.rust-lang.org/t/twir-quote-of-the-week/328?page=69
TWiR quote of the week - Page 69 - community - The Rust Programming Language Forum
Mar 25, 2023 - 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/how-to-understand-mut-pin/37635
How to understand mut Pin - The Rust Programming Language Forum
Jan 30, 2020 - In the docs about Pin especially Drop guarantee section it is said that data pointed by Pin should not be invalidated, repurposed etc, including calling...
the rust programming languagehow tounderstandmutpin
https://users.rust-lang.org/t/timeline-for-libtest-stability/3123/3
Timeline for libtest stability - #3 by steveklabnik - The Rust Programming Language Forum
Oct 3, 2015 - Currently, the test crate is unstable and behind the test feature gate. Because Bencher is in test, this means that the nightly channel is required in order to...
the rust 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://users.rust-lang.org/t/ported-collection-framework-from-java/139522
Ported collection framework from Java - code review - The Rust Programming Language Forum
Apr 11, 2026 - Hello, I ported Eclipse Collections to Rust. It is large java collection framework with several collection types, parallel iterators, filtering etc.. About 500...
the rust programming languagecollection frameworkjava code
https://dev.to/serbyte/distributing-excess-ferris-plushies-to-rust-programming-language-enthusiasts-a-community-solution-bfa
Distributing Excess Ferris Plushies to Rust Programming Language Enthusiasts: A Community Solution...
Introduction: The Ferris Plushie Phenomenon In the niche yet vibrant world of Rust... Tagged with rust, community, logistics, passion.
rust programming language
https://users.rust-lang.org/t/silly-idea-range-constructors/137052
Silly idea: range constructors - The Rust Programming Language Forum
Dec 19, 2025 - Just a silly[1] idea that came up my head: What if we changed the range operators (.. and friends) into proper constructors[2] so they can be used in patterns...
the rust programming languagesillyidearangeconstructors
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 platformoverwritingentirefile
https://users.rust-lang.org/t/small-actix-web-code/48661
Small actix-web code - code review - The Rust Programming Language Forum
the rust programming languageactix webcode reviewsmallforum
https://users.rust-lang.org/t/calling-any-downcast-ref-requires-static/52071
Calling Any::downcast_ref requires 'static? - help - The Rust Programming Language Forum
Nov 29, 2020 - I've been playing around with this snippet, and I'm stuck on this error: error[E0759]: `self` has lifetime `'a` but it needs to satisfy a `'static` lifetime...
the rust programming language
https://users.rust-lang.org/t/check-time-explosion-example-request/137481
Check time explosion: Example request - help - The Rust Programming Language Forum
Jan 10, 2026 - Rust is well-known for its bad compile times. Less well-known, using generics with complex bounds, one can produce a lot of work for the type checker, leading...
the rust programming languageexample requestchecktimeexplosion
https://users.rust-lang.org/u/brendanzab
Profile - brendanzab - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://users.rust-lang.org/t/the-stakker-actor-runtime-beyond-go/55811
The Stakker actor runtime: Beyond "Go++" - announcements - The Rust Programming Language Forum
Feb 18, 2021 - My low-level actor crate Stakker was first released more than a year ago, but I never properly announced it. So I've written a blog post to introduce it and to...
rust programming languageactorruntimebeyond
https://users.rust-lang.org/t/crate-of-the-week/2704/968
Crate of the Week - #968 by lpil - community - The Rust Programming Language Forum
Oct 2, 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"...
crate of the weekrust programming language
https://users.rust-lang.org/u/quietmisdreavus
Profile - QuietMisdreavus - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://thehackernews.com/2021/04/android-to-support-rust-programming.html
Android to Support Rust Programming Language to Prevent Memory Flaws
Rust programming language support is coming to Android OS low-level development with an aim to prevent memory flaws.
rust programming languageto supportandroidpreventmemory
https://users.rust-lang.org/t/understanding-workspace-builds/138035
Understanding workspace builds - help - The Rust Programming Language Forum
Feb 3, 2026 - Hello everyone, I am trying to deepen my understanding of how workspaces work during compilation, and have the following example I am puzzled with Imagine the...
the rust programming languageunderstandingworkspacebuildshelp
https://users.rust-lang.org/t/ndarray-0-15-released/57439
Ndarray 0.15 released - announcements - The Rust Programming Language Forum
Mar 25, 2021 - ndarray 0.15 is finally released. The following are some highlights, see the release note for the whole story. Support for inserting new axes while slicing...
the rust programming languagendarrayreleasedannouncementsforum
https://users.rust-lang.org/t/how-to-use-rustlings-offline/58989
How to use rustlings offline - The Rust Programming Language Forum
Apr 27, 2021 - I am working in an environment where is offline, I install rustlings failed. How I can use rustlings in offline mode?
the rust programming languagehow to userustlingsofflineforum
https://users.rust-lang.org/t/does-trait-bound-ordering-matter/51272
Does trait bound ordering matter? - The Rust Programming Language Forum
Nov 10, 2020 - UPDATE: Fixed in stable 1.49.0! Can anyone shed some light on why this may be happening? Not sure if this is a compiler bug (known or unknown) or just a gap in...
the rust programming languagetraitboundorderingmatter
https://users.rust-lang.org/u/ebebbington
Profile - ebebbington - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
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/u/anatol1234
Profile - anatol1234 - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://users.rust-lang.org/t/official-certification-path/13396/2
Official Certification Path? - #2 by skade - help - The Rust Programming Language Forum
Oct 15, 2017 - Hi all, I find the rust language very interesting, obviously. I'm currently working as a Java developer and am very interested in learning rust on a deeper...
the rust programming languageofficial certification
https://users.rust-lang.org/t/twir-quote-of-the-week/328?page=54
TWiR quote of the week - Page 54 - community - The Rust Programming Language Forum
Jul 23, 2021 - 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/the-old-c-style-syntax/60735
The old C style syntax - community - The Rust Programming Language Forum
Jun 4, 2021 - Why does rust has the old C style syntax? This is a new and exiting language, for new developers (like me) who code mostly on python but need speed and C, C++...
rust programming languagethe oldc stylesyntaxcommunity
https://users.rust-lang.org/t/take-n-from-vector/53882
Take n from vector - The Rust Programming Language Forum
Jan 8, 2021 - Looking forward to the day I can solve something simple in Rust on my own in less than a half hour without help. :wink: I want to take a vector of Student...
the rust programming languagetakevectorforum
https://users.rust-lang.org/u/killercup
Profile - killercup - The Rust Programming Language Forum
General discussion of The Rust Programming Language
the rust programming languageprofileforum
https://users.rust-lang.org/t/how-compiler-parse-nested-attribute/55167
How compiler parse nested attribute? - help - The Rust Programming Language Forum
the rust programming languagecompilerparsenestedattribute
https://users.rust-lang.org/t/twir-quote-of-the-week/328?page=86
TWiR quote of the week - Page 86 - community - The Rust Programming Language Forum
Dec 15, 2025 - 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/efficiency-of-atom-distance-matrix/57113
Efficiency of atom distance matrix - help - The Rust Programming Language Forum
Mar 18, 2021 - Hi everyone! I have a function that analyzes distances in a molecule (represented by points in cartesian space). It is supposed to tell me if for a given atom...
the rust programming languagedistance matrixefficiencyatom
https://users.rust-lang.org/t/design-of-std-stdin/137157
Design of `std::stdin()` - help - The Rust Programming Language Forum
the rust programming languagedesign ofstdhelpforum
https://users.rust-lang.org/t/size-of-async-fn-futures/137617
Size of `async fn` futures - help - The Rust Programming Language Forum
Jan 16, 2026 - Background: I'm making a testing instrumentation crate for testing, and I'm wrapping Futures in functions that monitor their execution, and I want the wrapper...
the rust programming languagesizeasyncfnfutures
https://users.rust-lang.org/t/need-help-finding-thread-starvation-source/136911
Need help finding thread starvation source - help - The Rust Programming Language Forum
Dec 13, 2025 - I have a service that experiences severe thread starvation, but can't seem to point a finger on the reason for that, following are the details. The service...
the rust programming languageneed helpfindingthreadstarvation
https://users.rust-lang.org/t/tokio-based-server-with-multiple-users/38280
Tokio-based server with multiple users? - help - The Rust Programming Language Forum
Feb 16, 2020 - Since coming back to Rust, it seems Tokio has undergone an overhaul. I didn't know how to use it to begin with, but this new API seems to be scarce on...
the rust programming languagemultiple users
https://users.rust-lang.org/t/dropping-linked-list-without-growing-stack/137227
Dropping linked list without growing stack - tutorials - The Rust Programming Language Forum
Dec 29, 2025 - This can be implemented with tail calls (unstable feature as of now) but with some difficulty. Presented is the full solution. #![expect(incomplete_features)]...
the rust programming languagelinked list
https://users.rust-lang.org/t/wasm-pack-dyld-library-not-loaded/58218
Wasm-pack: dyld: Library not loaded - The Rust Programming Language Forum
Apr 11, 2021 - The following error comes up for me when running wasm-pack new ...: dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from:...
the rust programming languagewasmpacklibrary
https://users.rust-lang.org/t/crate-of-the-week/2704?page=49
Crate of the Week - Page 49 - community - The Rust Programming Language Forum
Oct 7, 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"...
crate of the weekrust programming language
https://users.rust-lang.org/t/closed-topics-with-outdated-answers/139966
Closed Topics with outdated answers - meta - The Rust Programming Language Forum
May 6, 2026 - Hey, I've recently looked for ways to to get mutable references to multiple slice elements. When searching for this Google gives various topics on this forum...
the rust programming languageclosed topicsoutdatedanswers