rust-help-forum

11663 threads · Page 148 of 234

Best way code this? Print all except the last line of a string, then return the last line. 22 messages
Discussion Question
'destringify' an expression in macro? 2 messages
Question
How to create a default function that uses a specified associated type? 67 messages
Help Compiler Error
Call &mut self function multiple times 42 messages
Help Beginner Discussion Question
Using an enum and its variant in a Hashmap(key, value) ? `From()` between structs representing YAML 2 messages
Help Question
how to build a binary using tauri? 4 messages
Tooling Help Beginner Help Question
Is there a general(ish) way of combining derivable traits into a single derivable trait? 4 messages
Beginner Question
Patterns for grouping similar data structures 6 messages
Question
A sled mystery 22 messages
Question
Generating performant closures based on flags 12 messages
Question
Need help to build rust from source 14 messages
Help
Is there a more concise/idiomatic way of doing this? 4 messages
Code Review Request Beginner Question
Implement trait T for struct, that contains a field that implements T 4 messages
Help Question
Template template parameters in Rust 31 messages
Question
Avoiding a clone() in a custom JSON deserializer 4 messages
Beginner Question
is this worth an rfc ? 14 messages
Beginner Discussion
Diffing a struct and its default values to JSON 12 messages
Help
inequality bounds in const generics 34 messages
Beginner Discussion Question
Reasoning about lifetimes and closures 15 messages
Help Question
When using Clap crate, macro "clap::Clap" is missing 14 messages
Question
Rust for CP 5 messages
Help Discussion Question
Using RustCrypto/RSA to verify signatures 13 messages
Code Review Request Help Question
Cannot figure out how to compile raylib-rs for web (emscripten) 4 messages
Beginner Help Question Compiler Error
Moving data validity checks to compile time with generics? 8 messages
Question
Restricting boxed function return type? 2 messages
Help
What are the restrictions when using `min_specialization`? 3 messages
Question Compiler Error
Accessing HTML Node from NodeHandle using tl crate 3 messages
Beginner Help
How to deploy backend server in rust-rocket? 2 messages
Code Review Request Help Question
Fn closure with async block 19 messages
Help Question Compiler Error
How to read JSON files written in COCODataset format using Polars? 8 messages
Beginner Help Question
Translation of semantic ints 8 messages
Help Question
generic parameters may not be used in const operations 13 messages
Beginner Help Compiler Error
what is the point of return position `impl` ? 6 messages
Question
ZST alignment 6 messages
Question
API guidelines - naming an iterator function that does not use `self` 8 messages
Question
Partially moved value usage error and compiler behaviour 4 messages
Help Compiler Error
Extending enums 4 messages
Question
Moving from one enum variant payload to another 9 messages
Question
Teach me something cool about Rust. 10 messages
Discussion
How to expose async methods that use `self` inside and makes the borrow checker happy? 3 messages
Beginner Help
Accessing a Windows UNC Share with Credentials 2 messages
Help Question
Problem in returning a result wrapped around a Trait Object? 11 messages
Help Question Compiler Error
variable moved due to use in closure, How do i fix it? 7 messages
Tooling Help Help Discussion Question Compiler Error
Downcast a type that may or may not be 'static to a type that is 50 messages
Help Question
Rate my slab allocator implementation 8 messages
Code Review Request
Any takeaways? (short read) 11 messages
Code Review Request
impl Index<Range<MyNum>> for default containers? 13 messages
Help Question
Code Review: Asynchronous chatroom server - the per-connection message listener 11 messages
Code Review Request Beginner
This gives me a weird error.. what am i doing wrong 35 messages
Beginner Help Question Compiler Error
Trouble formatting strings as URL request? 3 messages
Code Review Request Beginner Help Compiler Error