-
Updated
Mar 31, 2022 - 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,401 public repositories matching this topic...
-
Updated
Mar 17, 2022
-
Updated
Mar 31, 2022 - Rust
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
Apr 1, 2022 - Rust
-
Updated
Mar 25, 2022 - 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
Mar 31, 2022 - C
The yew framework allows developers to create web UI in Rust. It could compile Rust code into WebAssembly bytecode that runs inside the browser to render the DOM objects for the UI.
Alternatively, it could compile Rust to native machine code, and run it on a Rust-based web server (actix-web) to generate the HTML elements for the UI ([SSR](https://yew.rs/docs/next/advanced-topic
Feature Request
Crates
tracing_attributes
Motivation
Sometimes it's useful to be able to set the parent span when using this macro. One use case would be for structs which have their own span and want to instrument their methods.
Proposal
Add a new argument to tracing_attributes::instrument
to allow explicitly setting the parent span, instead of inheriting from
-
Updated
Mar 31, 2022 - Rust
-
Updated
Mar 31, 2022 - Rust
-
Updated
Mar 31, 2022 - 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(🚀)?
Currently, everyone needs to add their changes themselves to the CHANGELOG.md
file. As this is tedious work it would be great if that could be automated via a github action on merge in master or something like that.
-
Updated
Apr 1, 2022 - Rust
Currrently , the CLI outputs "No such file or directory" but should be more verbose and explain which file could not be found.
No such file or directory (os error 2)
-
Updated
May 28, 2021 - Rust
especially for less obvious but lengthy code snippets!
-
Updated
Mar 22, 2022 - Stylus
It seems that prettytable-rs
has been abandoned and there's a PR for adding it to RustSec Advisory Database.
There are no current reports of CLI issues related to prettytable, so I don't think this is urgent. But since there are a lot of choices for replacements, I think this might come down to personal pre
-
Updated
Mar 27, 2022 - Rust
-
Updated
Jan 23, 2022 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe
Very often, with working with conformance view, I work with different versions of the same compiler, all options are the same. Or I work with different C++ standards, with the same compiler and the same options (exception for this one). Or...
Right now, to add a new compiler in the conformance view, I have to start from an empty