-
when should you use an enum and when should you use a struct
different use cases
how matching works for both
returning enums and structs
-
Since I liked the first time I used this crate, I figured I could start RIIRing another part of my project. This part is a standalone library, so I don't want to merge it with my first converted part,…
-
PANIC when reading an Excel file in which the button text is set to a string with newlines.
## Reproduction
### Environment
|item|ver|
|-|-|
|rust| 1.78|
|umya-spreadsheet| 1.2.6|
|Microsoft …
-
**Is your feature request related to a problem? Please describe.**
C++ language is high-level and performant language. Rust is also high-level and performant language, additionally provides more mem…
-
## https://doc.rust-lang.org/cargo/guide/cargo-home.html
## You can alter the location of the Cargo home by setting the CARGO_HOME [environmental variable](https://doc.rust-lang.org/cargo/reference/e…
-
## Is your feature request related to a problem? Please describe
As a new learner and developer, I was only able to get a limited introduction to the language through [The Swift Programming Langu…
-
[lld](https://lld.llvm.org/) is a linker developed by the LLVM team that (supposedly) has better performance than most system linkers. It is recommended for faster iterative builds by popular crates l…
-
One way to do this would be to have CI actually run e2e tests that execute the example code (as we do for the simple-udp server). But at minimum we should make sure that the code compiles.
I've rec…
-
It would be great to have an offline copy for reading the specification here:
https://tc39.es/ecma262/
I tend to be in places where i have no connection and my tablet won't hold the page in the H…
-
I stumbled upon https://dlang.org/ homepage and their examples on the landing page look great!
- [ ] A dropdown for selecting and example snippet.
- [ ] A random snippet is shown each time.
- [ …