-
Updated
Dec 1, 2021 - Rust
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 3,023 public repositories matching this topic...
-
Updated
Sep 25, 2021
As preparation for a possible inclusion into rust-lang we 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
-
Updated
Nov 21, 2021 - Rust
-
Updated
Nov 15, 2021 - Rust
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
Nov 24, 2021 - C
Add Windows artifact support in the install script similar to what we will do for Mac OS in #433
-
Updated
Dec 1, 2021 - Rust
-
Updated
Nov 30, 2021 - Rust
Feature Request
Crates
tracing-subscriber
Motivation
I want to be able to make an extension trait on SubscriberBuilder that offers builder-style configuration of my custom event/field formatters similarly to how it has methods to configure the default formatters. This would allow me to copy the current API so my crate will be familiar to users and easy to adopt. That mea
-
Updated
Dec 1, 2021 - Rust
-
Updated
Nov 28, 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.
When I first set out to study abroad, I knew it would be a life changing experience for me. Along the way I made new friends, tried new foods, and, most importantly: learned new languages.
As a result, I've decided to move on from my English-speaking past. I've successfully converted all of my personal stack to non-English except for one: this application.
My use case is: I use this script t
Rewrite in rust(🚀)?
-
Updated
May 28, 2021 - Rust
especially for less obvious but lengthy code snippets!
Leave --help and --version intact for compatibility.
-
Updated
Sep 11, 2021 - Stylus
Consume with end
In order to fulfill use case for bulk read and write, we need to limit consume when it reaches certain criteria instead of waiting for further inputs. In order to that we should provide 'end` options:
$ fluvio consume my_topic -B --end <offset>
<end_option> is optional. if it is not specified, it would read to current offset at ti
-
Updated
Aug 2, 2021 - Rust
-
Updated
Dec 1, 2021 - Rust
-
Updated
Nov 15, 2021 - Rust
-
Updated
Dec 1, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia


Describe the bug
Attempting to view the documentation for an ARM64 instruction results in an unhelpful error message: ‘There was an error fetching the documentation for this opcode ([object Object]).’
Steps to reproduce
Expected behavior