-
Updated
Dec 21, 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,086 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
Dec 20, 2021 - Rust
-
Updated
Dec 20, 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
Dec 17, 2021 - C
Motivation
Currently, the description of wasmedge-sys
is not updated, and less helpful for users.
For example, the ErrorReport
is refactored, and the document is out of date.
Besides, the design principles section did not help users to use wasmedge-sys
crate.
Provide a general using example, or make a list of examples with brief descriptions.
Details
-
Updated
Dec 16, 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 21, 2021 - Rust
-
Updated
Dec 18, 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
Dec 15, 2021 - Rust
-
Updated
May 28, 2021 - Rust
especially for less obvious but lengthy code snippets!
Currently, there is no way to limit the number of tokens using the config file.
Potential config could contain JSON element like:
"dataset": {
"columns": [
{
"name": "id",
"type": "number"
},
{
"name": "author",
"type": "text",
---------> "tokenLimit": 1000, <-----------------
},
{
"name"
-
Updated
Sep 11, 2021 - Stylus
-
Updated
Dec 21, 2021 - Rust
No amount of waiting will result in a cluster starting correctly, so I think instead of spinning, we can safely exit and give a useful error to the user.
2021-12-14T21:16:53.969537Z WARN install_fluvio{namespace="default"}:try_connect_to_sc{config=FluvioConfig { endpoint: "172.18.0.2:30003", use_spu_local_address: false, tls: Disabled } platform_version=Version { major: 0, minor: 9, patch
-
Updated
Dec 20, 2021 - Rust
-
Updated
Aug 2, 2021 - Rust
-
Updated
Nov 15, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
Describe the bug
See example here
When the flag
-flto
is given to add link-time optimization, it seems that (at least for g++ and clang++; I have not tested others), the output of the assembly changes to something which is not legible.Steps to reproduce