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