rust-help-forum

11663 threads · Page 226 of 234

How to `use` a function inside of a doc comment 10 messages
Help Compiler Error
My First Linked List 18 messages
How do I generate clap_mangen man pages from flags inside my project? 8 messages
Help
(Beginner) current_dir() returns more than path 34 messages
How do I make a Trait method with N amount of parameters 62 messages
Help Beginner
Embdded Rust 5 messages
Question
Is there a good way to format a printed structs to be more readable? 3 messages
Copying image files from one folder to another. 6 messages
Help Question
wasm shared library via emscripten linker error - `recompile with -fPIC` 31 messages
Help Question
Value inspect panel thingy 2 messages
Code Review Request
Post-Build scripts 19 messages
Question Tooling Help
Is it possible to wait for a `Child` command specific output? 5 messages
Help in writing an API using Rocket 13 messages
Help Question
Lexing with Rust - which crate should I use and how 15 messages
Help Question
htonl and ntohl 18 messages
Should I run tests in --release mode? 8 messages
Question
Weird nested deserializing JSON in JSON 164 messages
Question Help
One enum or two? 5 messages
Question
Trying to write my first recursive function, struggling. 33 messages
Beginner
analogue to c++ std chrono duration count() 25 messages
Into Bool, If condition syntax 3 messages
Lifetimes with callback function 29 messages
Writing a trait that is generic over lifetimes 43 messages
Thread? or JoinHandle? 32 messages
Serde deserielize into HashMap 5 messages
Help Beginner
Option Box or Box Option? 7 messages
Question
Delete a part of &str and replace by ... 7 messages
Question
Review project 2 messages
Code Review Request
Some trait error when trying to use tokio with a clap CLI 4 messages
Help Compiler Error
What would be the equivalent of str.encode(encoding='utf-8') in rust? 33 messages
Help Question
Function pointers 26 messages
Help
Problem for command with spaces 10 messages
Streaming data while deserializing with serde, Possible ? 59 messages
Is it possible to pass variables to a proc macro? 79 messages
Help
Endianness bit hacks 15 messages
Question
test 4 messages
Binary executing error on x86_64 mac 2 messages
Help Tooling Help
cargo tree but for features? 3 messages
Question Tooling Help
Code review request for my project before first release 17 messages
Code Review Request
Lifetimes, early | late bindings, HRTBs. 53 messages
Help Question
Is it possible for a variable to have multiple types in Rust? 28 messages
Help
Get a value from an Iter 4 messages
Help
Library with {unknown} type, no suggestions in editor 6 messages
Beginner
Lifetimes, mutability, Vecs of enums 8 messages
Help Question
How can I make this code cleaner? 7 messages
Code Review Request Question
Why is this giving me an error? 4 messages
Help
Sharing an atomic between threads (without Arc?) 5 messages
Help Beginner
Adding avx to target features 5 messages
Help Question
Using `serde_with` as middleware to decode Base-62 between JSON form and Rust form 20 messages
Help
I would use a static variable but I want to avoid unsafe rust. How should I approach this? 7 messages
Beginner Help