rust-help-forum

11663 threads · Page 117 of 234

How to store a vector in redis with redis-rs crate? 22 messages
Help
Same Code, Same input, different result? 14 messages
Help Question
Why does my program exit with "Killed"? 9 messages
Help
todos.rs 14 messages
Code Review Request
Is this code OK? 11 messages
Code Review Request
Returning boxed traits, how? 40 messages
Help Compiler Error
Blanket impl of a trait on FnOnce doesn't work 19 messages
Help Question
Client hangs on so many incoming requests and Rust completely stops. 68 messages
Help Question
rusqlite explain queries 2 messages
Question
impl From for type from a private module 17 messages
Beginner Help Question
Issue with generating json using serde 12 messages
Beginner Question
pyo3 and mypy generics 7 messages
Help
why is my if statement not working 23 messages
Beginner Help
Seeking feedback on a cryptographic toolkit crate 12 messages
Code Review Request Discussion
Made a Thread Safe Reactive Data Struture 3 messages
Code Review Request
Steps to create 3D models in rust and display in HTML page. 2 messages
Help Question
How can i make things better ot it's enough ? 4 messages
Question
Iterate over multi-dimensional vector with unknown indices at compile time 20 messages
Beginner Help
Fetch all files in directory review 3 messages
Code Review Request
question 11 messages
Discussion Question
How to call | grep "..." in Command::new() 23 messages
Beginner Help
Resolved: Get Option<&T> from Vec<Option<AnyMap>> 16 messages
Beginner Help
cargo build : signal: 9, SIGKILL: kill 29 messages
Discussion Help Compiler Error
#[track_caller] not working properly 2 messages
Help Question
i made a fraction data structure. need code review 28 messages
Code Review Request
Convert an enum to and from a string without repeating anything 24 messages
Help
Using an unstable feature in the output of a proc macro. 4 messages
Help
`use` causes compiler error. 16 messages
Beginner Question Compiler Error
Solved: tokio::spawn and `borrowed value does not live long enough` error 38 messages
Help Compiler Error
How to convert &Vec<T> to Vec<&T> 39 messages
Beginner Question
How to set build time environment variables for dependency crate 10 messages
Question
Channels are not closing properly. Where did I goof? 6 messages
Code Review Request Discussion Question
Is this a good idiomatic rust? 4 messages
Code Review Request Beginner Question
pyo3: Async function panic 5 messages
Beginner Help
Shrink vec (but len instead of capacity) 2 messages
Help Question
Need Help Getting Started on Running a Basic Server and Client Example 3 messages
Beginner Question
Newb: Getting dead code warning when using tokio 2 messages
Beginner Compiler Error
Reusable Global Redis Connection?? 3 messages
Question
Deserializing json, same key different structs 8 messages
Beginner Help Question
Custom Errors at the API boundary of a library? Anyhow::Error? Box<dyn std::error::Error>? 15 messages
Code Review Request Discussion Question
Need help with understanding how to use links in rust cargo 11 messages
Tooling Help Help Compiler Error
Critique this data processing code (only the parsing part) 12 messages
Code Review Request
What do I install for Rustup to work? 2 messages
Tooling Help Beginner Help Question
Need Help making a custom Data Structure Thread-Safe 13 messages
Help
[SOLVED] how to allocate large array (not a slice) in heap? 3 messages
Help Question
Question on Rc<RefCell<T>> 20 messages
Beginner Question
Active Directory Password Filter 16 messages
Code Review Request
Help with if let syntax. 2 messages
Question
Efficient Connection Pooling in ODBC-MSSQL (odbc-api) 4 messages
Code Review Request Beginner Question
Problem with Arc 9 messages
Beginner Help Question