rust-help-forum

11663 threads · Page 107 of 234

Const Generic Equality 11 messages
Help
How to monitor if proccess is running by pid 9 messages
Beginner Help Question
Rust-Rust Webassembly plugins 3 messages
Discussion Question
Pinning with Invariants 7 messages
Question
[SOLVED] Rusqlite getting table names does not work 22 messages
Beginner Help
rustc_interface: collecting which trait impls are actually used 3 messages
Help
Pass pattern with guard into macro 2 messages
Compiler Error
Using Rust objects passed in over FFI 7 messages
Discussion Question
rustc does not see function in const trait as const 5 messages
Help Compiler Error
deserializing as HiddenType, validating and returning Result<Type> when calling .deserialize::<Type> 5 messages
Help Question
How does referring to another crate's textfile work in rust? 7 messages
Help Question
" consider adding the following bound: `'de: 'a`" 20 messages
Help
How do you split an array of an array of 3 numbers into an vec of arrays of 3 arrays of 3 numbers? 16 messages
Help Question
Orphan rule workaround for foreign trait impls on `Rc`, `Box`, etc.? 10 messages
Question
Is there a means of exposing an unknown, user-supplied value that isn't `'static`? 40 messages
Question
Supporting multiple different database backends in application 6 messages
Question
Using pipe in enum variant name 4 messages
Beginner Question
Diesel + Azure PostgreSQL Database + Certificate 4 messages
Beginner Help Tooling Help Discussion Question
Tips for implementing a tree-like data structure 19 messages
Question
Rust Hierarchical Doubly Linked list - Detach child - BorrowMutError 12 messages
Help Compiler Error
Good GUI library for building a Text editor 7 messages
Beginner Tooling Help Question
How do I approach multi-threading this code? 29 messages
Help
Smart error handling 9 messages
Beginner Help Question
unwrap multiple options 7 messages
Beginner Question
Using items from an iterator at compile-time (Or something similar) 3 messages
Question
Diesel + Postgres, composite types 8 messages
Tooling Help Help
Write version of `Vec::get_unchecked` 2 messages
Question
take positional args from stdin using clap 9 messages
Beginner Help
Cross compile problem 13 messages
Beginner Compiler Error
Const SIP 2-4 hash 5 messages
Discussion Question
Creating a take_while that removes items from vector 2 messages
Beginner Help
Lettre for multiple attachments. 6 messages
Beginner Help Question
Problem with lifetimes in traits. 13 messages
Beginner Help Compiler Error
Help with lifetimes and mutable reference 13 messages
Beginner Help Compiler Error
Question about arti_client TorClient behaviour 2 messages
Beginner Question
How to get around "cannot borrow as mutable more than once at a time." error. 33 messages
Help Compiler Error
How to write less where clauses + lifetimes ? 8 messages
Code Review Request
Best way to organize this code 40 messages
Beginner Help
Help with code usage examples 4 messages
Help
Gnu debugger Error Clion 7 messages
Beginner Help
Controlling serenity app by API ? 2 messages
Discussion Question
ternary 31 messages
Beginner Question
Rust hotkey 2 messages
Help
Beginner: Corrupt deflate stream 9 messages
Beginner Help
Iterating over futures? Getting confused by what generic types I need 7 messages
Help Compiler Error
Serde Json & Bson, choosing the serializer/deserializer based on destination for new type 23 messages
Help
Help me brainstorm an extension library for cloning closures 44 messages
Code Review Request Help
Tokio AsyncRead of a TCP half only yielding empty data? 4 messages
Help
Emulating 6502 as a novice 12 messages
Beginner Help
My code is 5x slower with a vector compared to an hashmap 21 messages
Code Review Request Question