rust-lang
Rust is a systems programming language created by Mozilla. It is similar to C++, but is designed for improved memory safety without sacrificing performance.
Here are 2,228 public repositories matching this topic...
What happened
Accidentally omitting document content returns 500 Internal Server Error with a body of {"message":"Internal error","uri":"/new_index"}
What was expected
Emitting any kind of helpful message would be helpful. Also, in my experience, when the client receives a 500 response, there is usually something informative on the server-side. But in this case, the server e
-
Updated
Jan 11, 2021 - Rust
-
Updated
Jan 19, 2021 - C
-
Updated
Jan 11, 2021 - Rust
-
Updated
Jan 19, 2021 - Rust
-
Updated
Jan 19, 2021 - Rust
Feature Request
Crates
tracing::instrument
Motivation
The tracing::instrument proc macro is incredibly useful, and the docs encourage users to use it, as well as set a level. Not all users read documentation, so many use defaults. (Like me)
By default, they seem to decorate at all logging levels, which can impact performance for users in unexpected ways.
We met thi
-
Updated
Dec 15, 2020 - Rust
The app should wake up the screens when it switches inputs under Linux, the same as it does under Windows and MacOS, e.g. implement wake_displays.
-
Updated
Oct 31, 2020 - Stylus
-
Updated
Nov 26, 2020 - Rust
In cases where a variable is used, the linter should not complain if it is not listed alphabetically.
This is correct:
FOO=something
BAR="$FOO or other"This is NOT correct:
BAR="$FOO or other"
FOO=somethingWorkaround:
- Add a comment
FOO=something
# BAR uses FOO
BAR="$FOO or other"-
Updated
Jan 19, 2021 - C++
-
Updated
Jan 17, 2021 - Rust
-
Updated
Jan 18, 2021 - Rust
-
Updated
Jan 19, 2021 - Rust
"getting started" section should work on windows 10 wsl2. but I have no machine for the verification temporarily...
-
Updated
Jan 16, 2021 - Rust
-
Updated
Nov 28, 2020 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
2.5 is not the easiest section to follow. I can't exactly describe what, but more information and examples overall could help.