About 23,000,000 results
Open links in new tab
  1. syntax - What do the ampersand '&' and star '*' symbols mean in …

    And from Method Syntax: Rust has a feature called automatic referencing and dereferencing. Calling methods is one of the few places in Rust that has this behavior. Here’s how it works: …

  2. My thoughts on why rust isn't well designed or very practical

    Jun 13, 2020 · Rust design is missing good practices that exist during it's initial development Rust is not safe and doesn't help you catch errors Covered above Missing syntax I'll skip the …

  3. Rust’s Ugly Syntax : r/rust - Reddit

    Jan 27, 2023 · A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity.

  4. Do you like the Rust syntax? : r/rust - Reddit

    In Rust's case, the only part that I think is non-trivial to learn is macro_rules!, but that's basically a symbolic substitution DSL embedded inside Rust, so it's hardly surprising. In terms of …

  5. How to document Rust function arguments? - Stack Overflow

    How to document Rust function arguments? Asked 10 years, 7 months ago Modified 1 year, 4 months ago Viewed 39k times

  6. Programming with Rust vs C, C++ : r/rust - Reddit

    Rust just ends up making conversions feel really verbose and pedantic. Plus it is never really obvious what the right syntax to use is, there are so many options with subtly different …

  7. rust - What is the syntax for a multiline string literal ... - Stack ...

    Apr 7, 2015 · I'm having a hard time figuring out how string syntax works in Rust. Specifically, I'm trying to figure out how to make a multiple line string.

  8. The Rust programming language absolutely positively sucks

    A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity.

  9. What are some of Rust’s weaknesses as a language? : r/rust - Reddit

    I’ve been looking into Rust a lot recently as I become more interested in lower-level programming (coming from C#). Safe to say, there’s a very fair share of praise for Rust as a language. While …

  10. why does the rust syntax have to be so bad? : r/rustjerk - Reddit

    Aug 8, 2022 · Syntax highlighting also gets much more colorful with Rust. Match statements with patterns maintain a decent level of indentation. There are more tools for control flow in general …