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,502 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
Apr 16, 2021 - Rust
-
Updated
Apr 19, 2021 - Rust
-
Updated
Apr 23, 2021 - C
-
Updated
Apr 27, 2021 - Rust
Description of the feature
When you have a rust enum where all values have named fields, it would be nice to be able to derive a graphql Union type from it.
Code example
#[derive(SimpleUnion)]
pub enum Shape {
Circle { radius: f32 },
Square { width: f32 },
Rectangle { width: f32, height: f32 },
}Feature Request
Crates
tracing-core
Motivation
The Collect trait currently has several methods with default implementations that return an Option or some other "empty" or "default" type. In many cases, this isn't because it makes sense for those methods to be optional, but because they were added after v0.1.0 was released and making them mandatory would have been a
-
Updated
Apr 27, 2021 - 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.
Description
The Warning struct has the LineEntry field which clones in every checks, e.g.: DuplicatedKeyChecker.
Use the Rc type for Warning to reduce memory
-
Updated
Apr 27, 2021 - Stylus
-
Updated
Apr 27, 2021 - C++
-
Updated
Nov 26, 2020 - Rust
-
Updated
Apr 10, 2021 - Rust
-
Updated
Feb 4, 2021 - Rust
-
Updated
Apr 26, 2021 - Rust
-
Updated
Apr 28, 2021 - Rust
- test with absolute data path, which causes test failed for others.
we should use relative data path or use /tmp directory which exists any linux system. - test with data which isn't exists at this repository.
-
Updated
Apr 25, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
As preparation for a possible inclusion into
rust-langwe should replace the external actions we use with e.g. scripts that do the same.rust-lang/std-dev-guide#7 (comment)
That PR also shows how that could be done:
https://github.com/rust-lang/std-dev-guide/pull/7/files