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