rust-help-forum

11663 threads · Page 154 of 234

Procedural macro attributes 60 messages
Help Question
Map Rust types to custom types using constants 9 messages
Help Question
Cannot understand doesn't lives enough 37 messages
Beginner Help Question
I am trying to make a pendulum program 9 messages
Beginner Question
Interpreter for a simple language 14 messages
Code Review Request
'?' operator in Lazy::new closure? 20 messages
Help Question
RSA with openssl vs RustCrypto/RSA 16 messages
Help
Cannot call `self.method` inside a foreach loop on `self.items` 3 messages
Beginner Question Compiler Error
Cannot decompress archive compressed earlier. 14 messages
Help
Hash on Arc/Weak 5 messages
Question
How can I detect and avoid the memory leak in my code? 26 messages
Code Review Request Beginner Question
Step-by-step-interpreter v2 33 messages
Code Review Request Beginner
What is the .cargo-lock.json file and how can I generate one if I do not have it 30 messages
Question
Sorting vector by flags and count 9 messages
Help
How to indicate generics should not be the same 6 messages
Question Compiler Error
Avoid shared ownership in Finite-State-Machine 24 messages
Code Review Request Help Question
is it possible to get the output of cargo doc in json 17 messages
Tooling Help
Check specifying error type 4 messages
Help Question
nom - how to munch a string *slice* until another parser succeeds? 3 messages
Tooling Help
ECS Library for non-`sync` structures 13 messages
Question
Adding part of struct later without using `Option`? 2 messages
Code Review Request Question
Associated type in generic bound 4 messages
Beginner Question
Opinions on `Cursor` type. 2 messages
Discussion Question
How many rust embedded devs are actually out their, looking for a job? 5 messages
Discussion Question
type associated with *value* 8 messages
Help
How do i decode this `serde_json::value?` 6 messages
Discussion Help Question
Does this use of AtomicU8 makes sense? It is supposed to imitate a state machine that queues a job 6 messages
Code Review Request Discussion Help Question
wasmbingen of struct automatique free() with FinalizationRegistry 2 messages
Question
Inhibit `drop()` logic for a special edge case when using a unsafe C++ API 5 messages
Help Question
Why is `.` not allowed in match statements? 38 messages
Beginner Help
libxdo-like Rust library? 12 messages
Help Question
One liners 8 messages
Question
How to use api for vectored io in windows system... 34 messages
Discussion Help Question
Wrap stdout of a Command 18 messages
Help Question
Drop object behind a mutable reference 6 messages
Help
Unable to convert .hdr to .jpg with image library ? unsupported or ? 4 messages
Question
Typing function item with trait bounds results in mismatched types? 3 messages
Help Question
Winit event loop 2 messages
Question
Partial pattern matching on chars of &str 29 messages
Question
vector first element 8 messages
Beginner
timeout a regex match 15 messages
Help Question
Error with Diesel and Rocket 7 messages
Help
I cannot understand compiler error 29 messages
Help Compiler Error
error[E0597]: `noslash` does not live long enough 25 messages
Help Question
'b must outlive static in too generic code AND implementation is not general enough 148 messages
Help Question Compiler Error
Step-by-step interpreter 34 messages
Beginner Question
Match multiple enum pattern contained in a Vec<T> 8 messages
Question
circular dependency / "doc only" dependency 3 messages
Question
Safe interior mutability, how to bypass the borrow checker here? 16 messages
Code Review Request Question
mismatched typesexpected enum `window::ClipboardItem`, found `&window::ClipboardItem` 4 messages
Beginner Help Compiler Error