rust-help-forum

11663 threads · Page 232 of 234

Simple spinlock for a RISC-V OS 50 messages
Code Review Request Question
How do I know what tests to write? 14 messages
Question
Best way to run an async function every x milliseconds (without awaiting) 3 messages
Question
Boxing a trait with bound associated types 4 messages
Question Discussion
could not find `Cargo.toml` 8 messages
Tooling Help
Cargo fails to select a version 11 messages
Help
4000x4000 png image creation rust vs c 20 messages
Question
Static variables = unsafe? 103 messages
Question
Generic Types in Multithreading 40 messages
Question
Request-Response style channel type 7 messages
Help Question
how to map streams with futures 28 messages
Question
what is the best return type for a function which can return multiple errors? 12 messages
Question
Borrowing rules question 3 messages
Help Question
How to correctly handle accessing a pointer to a struct? 7 messages
FromStr or From String ? 18 messages
Question Discussion
Middle slice pattern matching 12 messages
Help Question
How do you create a method? 9 messages
Compiler Error Help
Partial Default 7 messages
Question Help
Pass Closure to different thread 15 messages
`[allow(unused_must_use)]` not applying to next line 3 messages
Question
Error handling in deserialization 10 messages
Help
Testing asynchronous functions 4 messages
Question
Forum Dead-Post rules 2 messages
Discussion
Cargo Build Not Working 15 messages
Help
the trait bound Fairing is not satisfied 2 messages
Compiler Error Question
Noob help for deserializing 28 messages
Beginner Help
`crate` keyword in field declaration 10 messages
Question
Chrono DateTime defaults 3 messages
Question
Cross-release with Gitlab 8 messages
Tooling Help
VS Code Extensions 5 messages
Question
API wrapper design question 11 messages
Discussion Question
manifest has no documentation, homepage or repository. 6 messages
Help Question
macro help 16 messages
Help Question
Multiple references to struct with heap 3 messages
Beginner Help
How to use an anonymous borrow in a moved async function? 19 messages
Question
Serenity + Songbird + Poise version problem 21 messages
Help
Debug serde Deserialize impl 24 messages
Help
Get the closest value to zero 3 messages
Help Question
Is this an idiomatic enough approach for an attribute macro? 9 messages
Code Review Request
rust-analyzer - cargo re-compiles dependencies on every 4 messages
Tooling Help
Easiest way to fill a HashMap from a Vec 10 messages
Question
Odd WebSocket Behaviour 61 messages
Help
Does rust use the term primitive? 24 messages
Question
Stability of rustc -vV 3 messages
Question
Should structs be above or below file methods? 17 messages
Question
rust on windows 25 messages
Tooling Help
How to express a closer which accepts an iterator? 11 messages
Help
Short way of destructuring many enum variants that all have the same inner argument? 9 messages
Question
Why isn't this macro with a pattern working? 21 messages
Help Question
Why read_to_string dose not copy? 6 messages
Help Question