rust-help-forum

11663 threads · Page 48 of 234

Change rustc output name with command line argument 8 messages
Question
Better performance 2 messages
Code Review Request Beginner
Ok SO WHY IS THIS BROKEN 8 messages
Help
Can i solve this dependency issue? 5 messages
Help Compiler Error
Why we use base64 encoding? 59 messages
Discussion Question
Issue with Rust analyzer 2 messages
Tooling Help Help
Axum session_token cookie help 17 messages
Code Review Request Beginner Help Question
Tests failing: only in linux and only in GH Actions 4 messages
Help
issue building rust on windows 5 messages
Help
Loop counts as multiple mutable borrows but only when in a function 65 messages
Help Compiler Error
Termination trait 16 messages
Question
Fighting a compiler and generics 8 messages
Help Compiler Error
Trait bound noise <T as Trait>::Error: (...) 5 messages
Question
Trying to avoid transmute from a slice 7 messages
Question
Trying to get a bare project without any std dependencies to build, getting hit with many errors 52 messages
Tooling Help Help Compiler Error
Why is there no way (even with unsafe) to access private fields ? 74 messages
Discussion Question
How to build static library with #[cfg(test)] 12 messages
Question
References question 15 messages
Beginner
Basically STD? 37 messages
Discussion Question
Feedback on struct validation library I wrote 16 messages
Code Review Request Beginner Discussion
Help With Conflicting Trait Impl 3 messages
Help Question
BoxFuture leaking memory 3 messages
Help Question
Encoding EVP-Pkey generation in Rust Type System 4 messages
Discussion
Rust ignores `print!` statements before `read_line` call 4 messages
Help
Serializing a data structure that has indirection with slotmap to json 15 messages
Beginner Help Question
Is it possible to mix compile-time and runtime string building (similarly to C)? 22 messages
Beginner Question
Rustlings vecs 2 3 messages
Beginner Help
Interpreter runs slower on my machine in specific case but faster on any other machine tested 18 messages
Help Question
Insight required with reading lines of a file. 23 messages
Code Review Request Beginner Help
Map parameter is result? 7 messages
Help Question
easy secure symetric encryption 15 messages
Beginner Question
Need oneshot/mpsc alternative or usage sugestions. 12 messages
Code Review Request Beginner Help
What is the best way to go about multi-threading this? 17 messages
Question
Faster clone than built-in (only for stack structs) 88 messages
Help
Reqwest proxy server dependency issues when using with another library 8 messages
Beginner Help Question
How to use sudo privilages with `File::create()` 48 messages
Help Question
does splitting project into multiple crates improve performance? 10 messages
Question
need help calling C function from Rust 36 messages
Help
how to improve + make this proc macro more hygienic? 7 messages
Code Review Request
unresolved import `cc` despite it being in cargo.toml 6 messages
Compiler Error
Am I using `Rc<RefCell<>>` correctly? 2 messages
Help Question
ntexapi.rs 11 messages
Help Compiler Error
missing fields error when using proc_macro_attribute to add fields 21 messages
Beginner Help Compiler Error
where/how/what do i start with rust? 21 messages
Beginner
Rust Lifetime Puzzle: Why does explicitly specifying a lifetime parameter fix my closure? 17 messages
Help Question
A common deserialization error 11 messages
Help
Rust Mobile Not Work 8 messages
Beginner Tooling Help Help Compiler Error
Minecraft like Mod System 25 messages
Beginner Question
Calling Rust callback from C FFI interop code 2 messages
Help
Conditional compilation on `else if`? 3 messages
Question