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 1,882 public repositories matching this topic...
-
Updated
Aug 17, 2020 - Rust
-
Updated
Aug 17, 2020 - C
-
Updated
Aug 17, 2020 - Rust
-
Updated
Aug 15, 2020 - Rust
Feature Request
Crates
tracing & tracing-core, I think.
Motivation
It would be very useful to have support for #[instrument] on methods of a type which holds a span corresponding to its lifecycle.
Proposal
It's not (yet?) possible to inject fields into a struct from a derive, so we'll assume that a user has added a span field to the type whose lifecycle we're tra
-
Updated
Aug 17, 2020 - Rust
-
Updated
Jul 17, 2020 - CSS
-
Updated
Aug 17, 2020 - Rust
-
Updated
Aug 12, 2020 - Rust
-
Updated
Aug 14, 2020 - C++
-
Updated
Jul 19, 2020 - Rust
-
Updated
Aug 11, 2020 - Rust
-
Updated
Aug 13, 2018 - Rust
-
Updated
Dec 11, 2018 - Rust
Change all Widgets so they use the inverse color selected state, if applicable.
-
Updated
Jun 12, 2020 - Rust
-
Updated
Aug 13, 2020 - Rust
Some dependencies, such as atomic or parking_lot have nightly features that it would be good to enable and benefit from when enabling Metered's own nightly feature, for instance using const fns or simply benefitting from performance improvements in nightly dependencies.
-
Updated
Aug 15, 2020 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
What happened
Accidentally omitting document content returns
500 Internal Server Errorwith 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