[2019-06-02] Rust Daily: Implement WebGPU agreement with Rust

dua - Parallel File statistical tools

Du is replica of it. The were using parallelization techniques in Rust. Du faster speed than the original, especially in the faster SSD. For example, a test like this

time du -sh real 0m1.003s

time dua -t 8 real 0m0.378s

time dua -t 1 real 0m0.971s

Repo

Tip: cargo clean time, do not want to recompile dependent, how do?

cargo cleanAfter that, the compiler will re-start, will depend on a variety of recompilation. So If you want to re-compile the code yourself first project, I do not want to recompile all dependent on it? The answer is simple:

cargo clean -p <your_crate_name>

Read More

sunfish chess game

Rust is rewritten to achieve before. Can in this demo.

Repo

There are games on Steam which is implemented Rust

any left?

Read More

Rust in the best 2D game development framework glance

For comparison author, following the same framework to write a little game, respectively, to make a comparison.

  • -RAMAL
  • tetra
  • quicksilver
  • coffee
  • Piston
  • Amethyst

A long article, the content is very informative, do game development students worth reading.

Read More

libcore has begun to try to rewrite it to use const generics

In here .

const generics is "based on a constant value of generics." In simple terms, Rust in [T; LEN]its many features in previous versions, only supports up to [T; 32], but people [T; 0], [T ; 1], [T; 2] ... until [T; 31] Thus, pure hand line and achieve , and not ugly?

Now, with the const generics, you can put an array of this type commonly used to enhance the first-class citizens from second-class citizens to come. For Virgo is concerned, simply to cheer.

minisketch-rs - Rust binding @sipa of minisketch library

minisketch transaction is a technique to enhance transmission efficiency of a network bit token. @sipa is Bitcoin developer.

Repo

bzip2 began to rewrite it with Rust

The authors say bzip2 last submitted in 2010, up to now nobody maintained for many years. So now rewritten. Starting CRC32. This is the gnome project.

Read More

fast-logger fastest log library?

On the release came out, saying that this is the fastest rust log library. Then beaten face . Later changed to say is committed to achieve the fastest.

Repo

Rust used to operate macOS I / O

For example, to obtain information on battery power?

Read More

Weave - Terminal http routing / agent

It is a command-line tool.

Repo

wgpu - achieve WebGPU agreement with Rust

This library to do based on gfx-hal. The library will also support WebGPU and WebGL. Incredible incredible. Rust This is to fully capture the future Web terminal. To wasm for the gun, WebGL / WebGPU blessing. Incredible.

Repo


From Daily Group @Mike

Daily subscription address:

Independent daily subscription address:

Community learning platform subscription:

Guess you like

Origin blog.csdn.net/u012067469/article/details/90742612