rust-help-forum

11663 threads · Page 205 of 234

Mixing int types 44 messages
Help Question
How can I use a `static` `u64` or something equivalent in a `const fn`? 13 messages
Question
cannot assign twice to immutable variable `i` 7 messages
Help
Remove file info from panic messages? 14 messages
Question
Letting users right click and open with my application 3 messages
Help Question Beginner
[Actix Web] working with role based authentication 8 messages
Discussion
Is `str.char_indices()` equivalent to `str.chars()` while also incrementing a counter on `next()` ? 8 messages
Question
Lifetime Error (higher-ranked lifetime error) 14 messages
Compiler Error Question
Friendlier errors within proc macros (compiler errors instead of panicking) 14 messages
Help
Handling dynamic traits with generic dynamic traits 12 messages
Help Compiler Error
Error when nesting repetitions in a macro 7 messages
Compiler Error Help
Assign value of type Uto variable of type T when implementing the same trait 3 messages
Question
What is the right way to pretty print AST using visitor pattern? 2 messages
Help Question
Issue with cdylib linking 3 messages
Help
Is this the right use of nested `mod`s? 15 messages
Question
Creating a boxed self referential struct, then editing it's data in a loop? 3 messages
Help Beginner Question
Please help me with lifetimes and borrows in a function 4 messages
Help
Correct way to write a generic function that is moved twice 8 messages
Question
Rewriting a bash script in Rust (Linux) 9 messages
Beginner Help Tooling Help
Traits repetition 3 messages
Question
Get index of argument in variadic macro 30 messages
Help
Preventing submodules 3 messages
Help Question Discussion
trait bound not satisfied for even though I implemented the trait for the type 38 messages
Help
Is there a way to use the try operator inside a macro? 5 messages
Question Help
.clone() on type that implements Copy 18 messages
Beginner Question Tooling Help
GlibC_2.32 not found at runtime 8 messages
Question
Getting more info with catch_unwind? 11 messages
Help
Best way to implement a queue-like system for keys 38 messages
Question
Conflicting implmentation of Into and From 9 messages
Help
how to make three traits generic over each other? 15 messages
Help Question Compiler Error
256-bit integer mapped to i32 33 messages
Question
How does Option work in assembly? 7 messages
Question Discussion
pattern to create struct where several steps may fail 14 messages
Question
Variable number of generics in struct 25 messages
Question
Building Cargo for Android 4 messages
Help Question Tooling Help
[Actix Web] is it good code practice to attach secret keys using `app_data`? 6 messages
Discussion Help
When verifying passwords using bcrypt which of these errors should I handle? 3 messages
Question
Array Destructuring, how to provide type annotations? 20 messages
Help
Code Review for FFI and Logging via Callback? 11 messages
Code Review Request
Writing a function for a generic T with a given trait 2 messages
Help
What's the idiomatic way of consuming read-only struct's fields many times in the same function? 6 messages
Help Question Code Review Request
Cargo Disable File Locking 19 messages
Help Question
Reading from ureq response in a BufReader reads nothing 6 messages
Beginner Question
when using a tokio mpsc channel does it need to be manually dropped 9 messages
Help Question
Closure lifetime hell 4 messages
Help
Pick one, but do it strangely? 10 messages
Code Review Request
tracing across dynamic library boundary 2 messages
Question
BitVec for arbitrary slices 4 messages
Question
(FnMut, FnMut) 3 messages
Question
How to pass reference to this static lifetime struct to each worker stared by the server? 23 messages
Help Code Review Request