rust-help-forum
Is this a good unit test (uses `nalgebra`)?
Code Review Request
bindgen bindings in the same repo as the original C library
Help
Question
Dependency slowing compile times
Help
Question
Examples for creating a mock server
Any workarounds for not being able to borrow temporary values?
Help
Question
mut stdout [question]
Is it fine to use a module as a dummy namespace?
Question
lifetime hell
Help
Can I reference a namespaced proc-macro somehow?
Question
Beginner
Can this be more rusty? A hash-set that tracks insertion order.
Question
Help
Code Review Request
Create raw bytestream from audio input source like a Line-In or Microphone to stream over Discord
Help
[Software Design] Where is the best place to put From or Into impls in an application?
Question
File Locking under Windows
Question
ERROR linker 'link.exe' not found
Help
How to remove extra allocations caused by cloning an iter
Help
A Markov Chain Sentence generator
Code Review Request
Beginner
Issue with static variable linking on lto=thin
Rand- Adding a constraint causes existing code to fail to compile
Help
Ratelimiting issues
Question
Help
Code Review Request
Proc Macro not producing expected result
Question
Help
Struggling to render rocket templates
Help
Condvar ref unwind safety
Question
Optimization
Code Review Request
Discussion
Question
Mutable Borrow issue i cant solve
Help
What types implement the Write trait from std io?
Question
How best can I visualize lifetime ?
Help
Question
Discussion
question mark error even though function is returning a result.
anything like a scoped RawMutex
How can I compile for Ubuntu from a Mac?
is it possible to create a closure which is FnMut?
do we pass AtomicBool by value or by reference?
Clippy false positive, cannot reproduce in minimal example (?)
Tooling Help
Generics in error types, how to concile with thiserror?
type parameter `F` is part of concrete type but not used in parameter list for the `impl Trai
Compiler Error
Pure rust crate implementing AES 128 CFB8 stream cypher
Question
generic iters question
Help
Question
Beginner
Compiler Error
How do i write a bool array to a file?
Question
Help
Beginner
Idiomatic way of providing names to array members
**help** Yosemite thinking diffrent about rustup
How to make this nested code more compact?
Code Review Request
Serializing & Deserializing struct with reference (serde)
Help
generic struct with a RefCell and a Ref to it
Help
can 'inkwell' somehow be used without having llvm installed?
Question
Tooling Help
custom trait for serde deserialization unclear lifetime issue
Help
Using enum_dispatch on known external trait
Help
Question
is there a cleaner way to do this?
Help
Question
Code Review Request
Async function pointers in a hashmap
Securely using or storing credentials
Modify a variable
Question
Is there a crate like derivative which lets one make enum arms transparent in serde?