rust-help-forum

11663 threads · Page 16 of 234

Can I use a specific nightly tool in a project? 5 messages
Help Tooling Help Beginner Solved
Implemeting a linked list in rust ,But I want to improve the logic 16 messages
Code Review Request
Export `mod public_prelude` as `prelude` from library? 5 messages
Question
Trait-Related Errors 50 messages
Help Compiler Error Solved
Using `tracing` and `tracing-subscriber` 2 messages
Code Review Request Discussion Question
The difference between `cargo build` & `cargo build --release` in workflows. 11 messages
Question
First contribution help 2 messages
Beginner Help
Mutable references living longer than I expect 28 messages
Beginner Help Compiler Error Solved
Lifetime issue 32 messages
Question
Borrow checker issues 29 messages
Help Question Compiler Error
Can someone help with unsafe? 25 messages
Code Review Request Discussion Help Question
cannot return value referencing function parameter 13 messages
Code Review Request Beginner Help Question Compiler Error
MutCell, a structure allowing a user to use a mutable pointer in a immutable structure 11 messages
Code Review Request
how to get simultaneous input with uefi-rs / uefi_raw? 13 messages
Beginner Help Question
VecDeque with key lookup 18 messages
Help Question
Atomic Enums. Enum representation trait bounds 3 messages
Help Solved
Implementing `From<T>` where `T` is `Borrow` 24 messages
Help Compiler Error Solved
Implementing FromWasmAbi 66 messages
Tooling Help Question
Getting whether a bit is set or not at a runtime-defined index 28 messages
Code Review Request
Borrowed data escaping method when calling trait-defined helper function 32 messages
Help Question
How do you make projects in Rust? 52 messages
Beginner Discussion
Implementing `Index` with a custom indexer 11 messages
Help Solved
Trying to create Perlin noise, what's wrong with my algorithm? 15 messages
Help
Need a help regarding oss 21 messages
Discussion Beginner Help Question
Rust SQLX Dockerfile issue 2 messages
Help
Need help with concurrency design (tokio) for I/O and embeddings task 73 messages
Help Discussion Question
Grid snapping math issue. 10 messages
Help
Axum multipart error 35 messages
Help
Code review for a pixel art maker 33 messages
Code Review Request Discussion
Tracing Span Not Included In All Emitted Events In Scope 6 messages
Code Review Request Beginner Help Question
Connect lifetimes of unknown types 7 messages
Help Compiler Error
How to use Fn items using lifetimes as callbacks 3 messages
Help Compiler Error
debugging segfault, -Zsanitiser=address nightly compile failures 33 messages
Help Compiler Error
redis_test + axum, how to deal with the types? 9 messages
Question
Current canonical way to collect memory dumps 10 messages
Tooling Help
Resources about common concepts 40 messages
Beginner
Cannot figure out why tokio is not reading messages from a websocket connection 3 messages
Help
Serde enum with "warning: field `0` is never read" 5 messages
Beginner Help
Default trait implementation when a bound is satisfied, but allow overloading 2 messages
Help Question Solved
Cannot implement zero-copy deserialization 35 messages
Beginner Help Question
How to Lazily Split a Non-cloneable Stream? 11 messages
Discussion Help Question Solved
Why do primitive types use snake_case? 19 messages
Discussion Question
Memory not being freed after function call 32 messages
Code Review Request Beginner Help Solved
Custom datatype in serde Deserializer 25 messages
Help Question Solved
Possible to use multiple versions V1.0.0, V2.0.0, V3.0.0 of lib as if they were different crates? 6 messages
Question Solved
messed up trying to build a python module 52 messages
Tooling Help Beginner Help Compiler Error
Yet another mutability-based architectural question 26 messages
Discussion Question
Is there a recommended approach by the serde folk for ser_de JWS strings? 8 messages
Question
Is Rust better than C? 20 messages
Beginner Discussion Question Solved
Getting rust-bindgen to generate PhantomData<&'a T> into a struct 6 messages
Tooling Help Question