rust-help-forum

11663 threads · Page 158 of 234

lifetimes, tokio, nlp 16 messages
Beginner Help
External crate has serde rename_all = "PascalCase", but I need it in snake_case 3 messages
Help Question
unused variable??? unreachable pattern??? 89 messages
Beginner
Two nearly identical impls one compile, the other throws error 4 messages
Help Question
Move executable location 10 messages
Question
How to handle needing a tiny change to a shared library, but only on one project? 5 messages
Help
Pointer type with unchecked shared mutability? 40 messages
Question
Help debugging deadlock 49 messages
Discussion Help
partial shared behaviour/state? 17 messages
Beginner Discussion Question
help: the trait `FromIterator<()>` is implemented for `()`note: required by a bound in `collect` 14 messages
Discussion Help Compiler Error
Separate Cargo home and bin. 5 messages
Question
Get around Rust Alloc trait using &self 14 messages
Help Discussion Question
Mismatch between definition and access of address 63 messages
Beginner
Help with Axum 6 messages
Question
Indexing enum variants 9 messages
Help Question
hi, i need help with the rust-analyzer in vsc 3 messages
Tooling Help Beginner Help
Does implementing Copy allow extra optimizations? 24 messages
Discussion Question
Future cannot be sent between threads safely 8 messages
Help
While doing an action for each element in a vec, how to do an action in between each element? 18 messages
Question
Why do I recieve warning messages about unused code when Im using the code 8 messages
Code Review Request Discussion Help Question
How can i iterate through the list of json objects? 10 messages
Discussion Help Question
Trait method returning self 8 messages
Help Question
Color of line comment and docstring in vscode + rust analyzer 4 messages
Tooling Help
Extracting rsa private key from certificate 35 messages
Beginner Help Question
DocTests on struct methods 4 messages
Beginner Help Compiler Error
tokio::spawn makes axum won't take request in parallel 12 messages
Beginner Help Question
Good way to do multi line animations? 8 messages
Beginner Question
Bounds on impl vs bounds on fn 6 messages
Question
Update Rust on Linux Mint 20.3? 6 messages
Beginner Tooling Help Help
How to pass string into another string when it is in {} 9 messages
Help
Trying to use generics to perform type-safe Tensor Products 5 messages
Question
I'm new to rust I'm curious if my code can be improved. 10 messages
Code Review Request Beginner
Code somehow creating a function. 12 messages
Tooling Help Help
How do I make this work: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=0db 72 messages
Compiler Error
Infinity rust-analyzer fetching metadata 5 messages
Tooling Help Help
cargo-install-update doesn't terminate 2 messages
Tooling Help
waiting for tokio task started with spawn() to finish 19 messages
Help Question
Trying to optimize my code 25 messages
Code Review Request Beginner Help
Having trouble understanding RfCell 16 messages
Help
Deref and fn 16 messages
Discussion
Returning a reference to data owned by a function 22 messages
Beginner Help Compiler Error
Issues bounding impls for both `fn(T)` and `fn(&T)` 17 messages
Help
Quick question. How do you do a bitwise OR of two BitVec's? 2 messages
Beginner Help Question
visualize dependency graph between items in a crate 3 messages
Question
Simplify condition in `while` 7 messages
Question
Custom deserialization not what I expected 27 messages
Help
Is it excessive to use delegation here? 7 messages
Code Review Request Question
Copy assets from source to build directory with cargo 21 messages
Beginner Tooling Help
const arithmetic 18 messages
Help
Confusing error returning reference from function modifying self 4 messages
Help Compiler Error