Robuta

https://rust-lang.org/ Rust Programming Language A language empowering everyone to build reliable and efficient software. rust programminglanguage https://rust.org.il/ Rust programming in Israel rust programmingisrael https://users.rust-lang.org/ The Rust Programming Language Forum General discussion of The Rust Programming Language the rust programming languageforum https://rust-lang.org/governance/teams/leadership-council/ Leadership council - Rust Programming Language A language empowering everyone to build reliable and efficient software. leadership councilrust programminglanguage https://rust-book.cs.brown.edu/ What's Different About This Book? - The Rust Programming Language about this bookrust programmingdifferentlanguage https://doc.rust-lang.org/book/ch05-03-method-syntax.html Methods - The Rust Programming Language rust programmingmethodslanguage https://users.rust-lang.org/t/rust-programming-in-2026/136654/2 Rust Programming in 2026 - #2 by scottmcm - help - The Rust Programming Language Forum Dec 1, 2025 - Is rust going to be most demanding programming language in 2026 ? what are the jobs prospective? Suggest me top 3 books for rust programming ? rust programmingthe 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://rust-book.cs.brown.edu/ch04-02-references-and-borrowing.html References and Borrowing - The Rust Programming Language rust programmingreferencesborrowinglanguage 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/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/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/u/ddystopia Profile - Ddystopia - The Rust Programming Language Forum General discussion of The Rust Programming Language the rust programming languageprofileforum https://doc.rust-lang.org/stable/book/2018-edition/index.html Foreword - The Rust Programming Language rust programmingforewordlanguage 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/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/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/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://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/best-way-to-learn-rust-programming/47522 Best way to learn rust programming - tutorials - The Rust Programming Language Forum Aug 20, 2020 - Hello All, I am looking to Rust tutorial, I have 4-month experience in programming but I want to grow my skills in this field, Can anyone suggest me free... best wayto learnrust programmingthe languagetutorials 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://dev-doc.rust-lang.org/stable/book/ch15-03-drop.html Running Code on Cleanup with the Drop Trait - The Rust Programming Language running codethe droprust programmingcleanup https://rust-lang.org/what/embedded/ Embedded devices - Rust Programming Language A language empowering everyone to build reliable and efficient software. embedded devicesrust programminglanguage https://doc.rust-lang.org/nightly/book/ch21-02-multithreaded.html From Single-Threaded to Multithreaded Server - The Rust Programming Language rust programmingsinglethreadedserverlanguage https://docs.rs/rust_programming_book/latest/rust_programming_book/ rust_programming_book - Rust API documentation for the Rust `rust_programming_book` crate. rust programmingbook 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://doc.rust-lang.org/book/?search=variable%20let The Rust Programming Language - The Rust Programming Language rust programminglanguage 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://rust-book.cs.brown.edu/appendix-01-keywords.html A - Keywords - The Rust Programming Language rust programmingkeywordslanguage 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/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/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://rust-book.cs.brown.edu/ch07-04-bringing-paths-into-scope-with-the-use-keyword.html Bringing Paths Into Scope with the use Keyword - The Rust Programming Language the userust programmingbringingpathsscope https://rust-book.cs.brown.edu/ch04-05-ownership-recap.html Ownership Recap - The Rust Programming Language rust programmingownershiprecaplanguage 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/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://doc.rust-lang.org/book/ch04-01-what-is-ownership.html What is Ownership? - The Rust Programming Language what isrust programmingownershiplanguage https://rust-book.cs.brown.edu/appendix-04-useful-development-tools.html D - Useful Development Tools - The Rust Programming Language development toolsrust programmingusefullanguage 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://doc.rust-lang.org/book/ch13-01-closures.html Closures - The Rust Programming Language rust programmingclosureslanguage 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://doc.rust-lang.org/stable/book/appendix-03-derivable-traits.html?highlight=clone C - Derivable Traits - The Rust Programming Language rust programmingcderivabletraitslanguage https://rust-lang.org/learn/get-started/ Getting started - Rust Programming Language A language empowering everyone to build reliable and efficient software. getting startedrust programminglanguage 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://rust-book.cs.brown.edu/ch07-05-separating-modules-into-different-files.html Separating Modules into Different Files - The Rust Programming Language rust programmingseparatingmodulesdifferentfiles https://doc.rust-lang.org/beta/book/ch14-03-cargo-workspaces.html Cargo Workspaces - The Rust Programming Language rust programmingcargoworkspaceslanguage 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://doc.rust-lang.org/book/ch10-02-traits.html?ref=brunoscheufler.com Defining Shared Behavior with Traits - The Rust Programming Language rust programmingdefiningsharedbehaviortraits 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://dev-doc.rust-lang.org/stable/book/ch13-01-closures.html Closures - The Rust Programming Language rust programmingclosureslanguage 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/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://rust-book.cs.brown.edu/ch14-03-cargo-workspaces.html Cargo Workspaces - The Rust Programming Language rust programmingcargoworkspaceslanguage https://doc.rust-lang.org/book/ch16-00-concurrency.html?highlight=fearless Fearless Concurrency - The Rust Programming Language rust programmingfearlessconcurrencylanguage 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://doc.rust-lang.org/book/ch10-01-syntax.html Generic Data Types - The Rust Programming Language data typesrust programminggenericlanguage 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://www.coursera.org/learn/packt-intermediate-rust-programming-and-web-server-development-dnjjv?authMode=signup Intermediate Rust Programming and Web Server Development | Coursera Offered by Packt. Updated in May 2025. This course now features Coursera Coach! A smarter way to learn with interactive, real-time ... Enroll for free. rust programmingweb serverintermediatedevelopmentcoursera https://rust-lang.org/?ref=voidnull.es Rust Programming Language A language empowering everyone to build reliable and efficient software. rust programminglanguage 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