rust-help-forum

11663 threads · Page 115 of 234

Help with queue in rodio 2 messages
Beginner Tooling Help Question
Implementing Serialization/Deserialization of Rust MIR's `Place` Struct 6 messages
Tooling Help Help Question
[SOLVED] Abstract wrapper factory 12 messages
Beginner Help Question
Pass string variable into macro literal argument 26 messages
Help Compiler Error
working on an error formatting and aggregator, need some feedback 15 messages
Code Review Request Help Discussion
I need some `unsafe { }` in my life. 9 messages
Beginner Question
An emulator for the Uxn CPU 3 messages
Code Review Request
cannot borrow `sys` as mutable because it is also borrowed as immutable 27 messages
Beginner Help Question Compiler Error
Include crate in only development mode 10 messages
Help
Switching dyn Trait field at runtime 12 messages
Help Question
Help creating a macro 51 messages
Beginner Help Question
Defining a trait with a field 3 messages
Help Question
Does File write only accept u8 array for bit parsing a file? 23 messages
Beginner Question
this is how i understand it am i correct ? 7 messages
Code Review Request Discussion Question
New Programmer, trying to make a CTF flag-extractor program. Having fun, but failing lol. 19 messages
Beginner
Higher Order Proc Macros? 16 messages
Discussion Help Question
stack overflow when allocating big array into a box in debug mode only 4 messages
Discussion
cargo check not working? 26 messages
Question
Converting some JSON into a Rust hashmap with Serde 3 messages
Beginner Question
str doesn't have a size known at compile-time required by a bound 31 messages
Help Compiler Error
Implementing PNG CRC algorithm in crc crate 4 messages
Beginner Help
Rust reqwest downloaded files are corrupted 2 messages
Help
Procedural macro causes enum to be not visible in scope 9 messages
Beginner Help
Tokio Postgres slower than mongodb? 41 messages
Help Discussion Question
How to add cargo-watch in a container running on Fedora Silverblue 12 messages
Beginner Help
Trying to `impl FromIterator<T> for Result<T, E>` where T is a local type 8 messages
Help
Weird lifetime error with impl Trait, closures, and mutable references 35 messages
Question
Rust code significantly slower than C version, how can I optimize? 100 messages
Beginner Help Question
For-loop in a rayon scope that mutably borrows 6 messages
Beginner Help Question Compiler Error
There is any better way to compare strings? Ash - instance layers validation 14 messages
Beginner Help
issue with number size with birthday paradox 32 messages
Beginner Help Question
Immutable borrow is dropped, but still can't mutably borrow? 14 messages
Help Question Compiler Error
How can I send pictures / files in general using tcpstream 12 messages
Discussion Beginner Help Question
Accessing a user's folder with WASM 19 messages
Question
Https client that can handle srv 5 messages
Question
cargo workspaces ignore .cargo/config.toml and rust-toolchain.toml for workspace members 7 messages
Tooling Help Help
why does cargo also download all the tests for an external crate? 14 messages
Question
Cargo seems to use wrong target despite --target being used 4 messages
Tooling Help Compiler Error
'cargo publish' problem 4 messages
Help
help with lifetimes and traits (sqlx) 6 messages
Help
Convert OsString to &str inside a closure ? 15 messages
Beginner Question
how to terminate a thread without a grace? 42 messages
Help Question
Channel receiver cloning 3 messages
Help
(Solved) Trying to create a custom deserializer for serde. 61 messages
Help Question
expected &str found Result<String, FromUtf8Error> 3 messages
Beginner Help Compiler Error
static.crates.iocrates 2 messages
Tooling Help
How to convert binary string to an unsigned int? 2 messages
Beginner Help Question
Is pinning necessary here to prevent UB/dangling pointer? 18 messages
Code Review Request Question
Borrowed data escaping out of method 4 messages
Beginner Help
Issue with merkle tree 12 messages
Help