Skip to main content

Search

Items tagged with: RustLang


Hey folks,

I'm currently looking for new permanent and remote-only opportunities in Europe.

I'm really willing to get my hands dirty with some Rust. My day job is mostly about TypeScript and NodeJS but I have plenty of projects on my GitHub account you can check github.com/yamafaktory .

Boost really appreciated ❤️ !

#rust #rustlang #typescript #nodejs #job


cargo-nextest 0.9.44 is out! A call for testing:

This version of my next-gen #RustLang #TestRunner supports pausing and resuming test runs on Unix (#NextestCtrlZ).

To make this work reliably, #nextest needs to use a "double-spawn" approach. This is currently off by default but can be turned on with an env var, `NEXTEST_EXPERIMENTAL_DOUBLE_SPAWN=1`.

Call for testing: If you're on Unix, please help test this! Update to 0.9.44, then set this environment variable. Thanks!

nexte.st/CHANGELOG.html#0944--…


Ohhhhh, amazing! It’s looking like the #rustlang restrictions RFC will likely be accepted!

This will remove the need for sealed traits, and will instead allow writing:

pub impl(crate) trait Foo {}

Which indicates the trait is public, but can only be implemented by the crate! It will also include:

pub struct Time {
pub mut(crate) millis: usize,
}

To enable fields to be marked read-only in public APIs!

github.com/rust-lang/rfcs/pull…


We just reached the 100th version of our core library since we moved from #c to #rustlang 🎉

Thanks to everyone that contributed!

github.com/deltachat/deltachat…

#deltachat #deltachat_core


I keep rambling about #rustlang for quite a while now and like to share where this excitement comes from. So I'm giving an intro to "Rust for curious developers":

First, quite an extensive 80-minute session with the folks from Frontend Rhein-Main in English: youtube.com/watch?v=lDYRwDwAmz…

Second, A much terser version with the people from devjobs.at in German-ish: youtube.com/watch?v=HydIJYLx5G…

The TLDR: For me, it made programming fun again


Hi, I'm treefit, a #foss dev working on #deltachat. I'm responsible for the desktop client together with @jikstra.
My favorite coding language is #rustlang, but I "speak" #typescript, #javascript, #html, #css, too.
I'm also capable in #python and #swift, but not as much.

I'm new to the mastodon/toot style of communication (never used Twitter, either), so I'm still learning of how this all works.

My goal is to give you some behind-the scenes peeks onto the DeltaChat development.

#introduction


SVG images aren’t just images, they’re documents and it’s not safe to serve random people’s svg images on your website.

Here’s a tool that fixes it, and sanitizes #SVG #images to make them as innocent as a JPEG:
github.com/cloudflare/svg-hush

(In #Rustlang, of course)


RT @mnt_io@twitter.com

Latest project released, npmjs.com/package/@matrix-org/…. Node.js bindings to the Rust matrix-sdk-crypto crate. It exposes the required API to write bots and bridges for Matrix and other networks. Please come try it!

#matrix #rustlang #nodejs #napi #bot #bridge #decentralization twitter.com/matrixdotorg/statu…

🐦🔗: twitter.com/mnt_io/status/1548…


Topics you'd like to see more tutorials on?

lpalmieri.com/posts/error-hand…

Discussions: discu.eu/q/lpalmieri.com/posts…

#programming #rustlang


Comparing Rust supply chain safety tools

blog.logrocket.com/comparing-r…

Discussions: discu.eu/q/blog.logrocket.com/…

#programming #rustlang