Rustlang

36 readers
1 users here now

founded 2 years ago
26
 
 

Servo is an independent, modular, embeddable web rendering engine written in Rust.

27
 
 

As of today, RFC 3392 has been merged, forming the new top level governance body of the Rust Project: the Leadership Council. The creation of this Council marks the end of both the Core Team and the interim Leadership Chat.

28
 
 

While the Linux 6.5 merge window isn't opening for another week, Rust for Linux lead developer Miguel Ojeda has already submitted the pull request of the new Rust kernel code destined for this next kernel cycle.

29
 
 

I'm working on an embedded project (basically just leds and uarts, nothing crazy), but my flash space is pretty limited (64k) and ram isn't much either.
I want to experiment with embedded rust, but I also don't want to reimplement ST's register layer (low level drivers I guess).
Any neat tools out there to sort of wholesale convert C to rust?

Currently reading Rust Embedded

#rust

30
31
 
 

I've been using VS Codium for a while, but lately decided to give Neovim a shot. Describe your setup/experience.

32
 
 

Rust is the most admired language, more than 80% of developers that use it want to use it again next year. Compare this to the least admired language: MATLAB. Less than 20% of developers who used this language want to use it again next year.

33
 
 

Polars is a DataFrame library for Rust. It is based on Apache Arrow’s memory model. Apache arrow provides very cache efficient columnar data structures and is becoming the defacto standard for columnar data.

34
 
 

In this video we go over the various collection types in the Rust standard library (effectively std::collections), and discuss a bit about how they work, when you might use each one, and what their respective trade-offs are.