rust-help-forum

11663 threads · Page 206 of 234

Trait object for dynamic sized type, how to cast a dynamic sized type to the trait object? 7 messages
Help Question
how to make shared library for use with libloading 46 messages
Question
Incompatible errors when trying to make a Stream 6 messages
Help Question
native_tls unexpected EOF during handshake 2 messages
Help
Async Function Taking Generic Argument Does Not Implement Send 20 messages
Help
web-sys async closure 32 messages
Help
Any parameter generated using Macro 3 messages
Help Question Beginner
Capture The Screen on Wayland 2 messages
Help Question
Getting weird path string 18 messages
Help
Repo layout 2 messages
Question
Running async function periodically with Rocket 8 messages
Question Discussion
Recursion while implementing Deref and DerefMut for C-like Struct 17 messages
Help Compiler Error Beginner
Slow in real action, fast in tests? 12 messages
Question
Conflicting implementation of trait 10 messages
Help Compiler Error
Get double clicked file data 3 messages
Help
How cursed is my code and how do I improve it? 6 messages
Code Review Request
Remote Development (VsCode) 2 messages
Question Tooling Help
Conflicting implementations of trait for nested structs 9 messages
Question Compiler Error
Derive macro for trait with bounds over another trait 13 messages
Help Question
Rewriting a C++ game engine in Rust 5 messages
Beginner Discussion Tooling Help
Where to get Rust Compiler intrinsic details for RISC-V (bswap()) ? 5 messages
Question Help
crate feature merging though conditional compilation 2 messages
Help Question Tooling Help
Other than `TypeId`, is there a way to pass around types such as `MyStruct` as function parameters? 4 messages
Question
Proc macro trait for enums 9 messages
Question Beginner
Creating a vec with const generics of differing sizes 4 messages
Help Question
Build rust for i686 bare metal 3 messages
Question
Issues with lifetimes with IntoIterator 13 messages
Help Question Code Review Request
Implementing drop for an app struct that drops a db. 13 messages
Help Code Review Request
*mut T vs. *const T in C FFI? 5 messages
Question
Variables with multithreading 3 messages
Help Beginner
X11 protocol question (specifically serializing with `protocol`) 23 messages
Help
Iterating a VecDeque 9 messages
Help Question
no idea what this means 26 messages
Help Question
how do I send structs as bytes over a TCP stream? (and how does padding work for this?) 22 messages
Question
Problem with immutable access of mutable functions 31 messages
Help Beginner
Actix Web trying to use web scope but get a method not allowed 24 messages
Help
Having trouble using serde_json to strongly type JSON 17 messages
Question Help Code Review Request
Public module that only exists during doctest 6 messages
Help
Changing data types in serde 3 messages
Question Help
A function accepting unknown number of types 15 messages
Help
Most efficient Hasher for just u64? 14 messages
Question
Prevent dropping data referenced from raw pointer on different or same thread 16 messages
Help Question
HashMap of async function pointers 14 messages
Compiler Error Help
MY FIRST EVER RUST PROGRAM 130 messages
Discussion
Ignoring Fields That I Don't Need When Fetching External APIs 6 messages
Help Question
How can I add an enum struct to a vector? 3 messages
Help
sdl2 keydown event help 4 messages
Help
Creating a Pinned Box and modifying it for self-reference? 70 messages
Help Compiler Error
How to Configure IPV6 Socket to Accept Connection from IPV4 5 messages
Help Question
Cbinding & define macro for constant 8 messages
Question Help Tooling Help