Rust

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 17,809 public repositories matching this topic...
-
Updated
Aug 30, 2020 - C++
I see a lot of fd
users that seem to think that they need to add "{}"
to all commands. Some users also seem to think that the closing semicolon (which needs to be escaped) \;
is required:
fd … -x command "{}" \;
In reality, 90% of the --exec
use cases can be written without the "{}"
part (which fd
adds, if it is ommitted) because the file entry often comes last. The semic
The documentation contains a few references to issues from the now archived yewstack/docs repository.
Since the docs repository is read-only, the same issues should be re-created here and the links in the docs should be updated to point to the new issue.
"Contribute to our docs" links
- Page: [Components Lifecycle Diagram](https://yew.rs/docs/conce
-
Updated
Aug 28, 2020 - Rust
-
Updated
Aug 28, 2020 - Makefile
-
Updated
Aug 28, 2020 - Rust
-
Updated
Aug 27, 2020 - Rust
-
Updated
Aug 30, 2020 - Rust
-
Updated
Jul 26, 2020 - Rust
-
Updated
Aug 29, 2020 - Rust
-
Updated
Aug 28, 2020 - Rust
-
Updated
Aug 30, 2020 - Rust
Is your feature request related to a problem? Please describe.
ps doesn't give enough information on Windows to find the processes you want. For example this powershell snippet to kill all gradle processes isn't possible with nushell ps
WMIC PROCESS where "Name like 'java%' AND CommandLine like '%GradleDaemon%'" Call Terminate
This can't be done with nushell because ps
doesn't pro
-
Updated
Jul 20, 2020 - Java
Is your feature request related to a problem? Please describe.
I want to show the number of total results (for pagination and for feedback to my users). The result field nbHits is updated by the search string but is not updated by the filters that are given. Because of that it is impossible to give a total count to the users and make a good pagination.
Describe the solution you'd like
-
Updated
Aug 29, 2020 - Rust
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther
-
Updated
Aug 17, 2020 - TypeScript
The image
crate with default options is the absolute leader in code size:
File .text Size Crate
5.7% 14.6% 364.0KiB image
4.6% 12.0% 297.3KiB wgpu_native
3.8% 9.9% 246.5KiB std
3.5% 8.9% 222.1KiB usvg
2.6% 6.8% 170.0KiB iced_wgpu
I don't need to support ico
, bmp
, tga
, hdr
, dxt
, dds
, farbfeld
and so on in a program that would only ever decode
It would be neat if you could change the color of the text that shows when the progress bar covers it without changing the background. My motivation is that I enjoy the black background but the default color can be hard to read on dark progress bar colors.
<img width="1423" alt="Screen Shot 2020-06-06 at 11 50 41 AM" src="https://user-images.githubusercontent.com/16331012/83952212-14b8d780-
-
Updated
Aug 28, 2020 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
An alias for
--decorations always
so I can pipe the decorations when doing something likebat FILE | gview -
. …but without the^M
's.