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
yamafaktory - Overview
Senior software engineer who love to learn on a daily basis (he/him) #Rustlang #TypeScript - yamafaktoryGitHub
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!
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…
Restrictions by jhpratt · Pull Request #3323 · rust-lang/rfcs
(aka sealed traits and read-only fields, sort of) RenderedGitHub
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…
prepare 1.100.0 💯 by r10s · Pull Request #3745 · deltachat/deltachat-core-rust
after commit, on master make sure to: git tag -a 1.100.0 git push origin 1.100.0 git tag -a py-1.100.0 git push origin py-1.100.0GitHub
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
The Rust Programming Language for curious Developers – Stefan Baumgartner @TechTalk Days 2022
Stefan Baumgartner zeigt in seinem devjobs.at TechTalk die Besonderheiten von Rust und spricht über die Vor- und Nachteile für das Entwickeln mit dieser Prog...YouTube
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.
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)
GitHub - cloudflare/svg-hush: Make it safe to serve untrusted SVG files
Make it safe to serve untrusted SVG files. Contribute to cloudflare/svg-hush development by creating an account on GitHub.GitHub
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…
@matrix-org/matrix-sdk-crypto-nodejs
Welcome to the [Node.js] binding for the Rust [`matrix-sdk-crypto`] library! This binding is part of the [`matrix-rust-sdk`] project, which is a library implementation of a [Matrix] client-server.. Latest version: 0.1.0-beta.npm
Topics you'd like to see more tutorials on?
lpalmieri.com/posts/error-hand…
Discussions: discu.eu/q/lpalmieri.com/posts…
Error Handling In Rust - A Deep Dive | A learning journal
Error handling in Rust can be confusing - should you use a library? Which one? For what purpose? This chapter provides a structured framework to reason about errors as well as a guide on how to leverage the existing ecosystem (`thiserror`, `anyhow`).www.lpalmieri.com
Comparing Rust supply chain safety tools
blog.logrocket.com/comparing-r…
Discussions: discu.eu/q/blog.logrocket.com/…
Comparing Rust supply chain safety tools - LogRocket Blog
These Rust tools will give you a modicum of security for minimal effort and improve the community’s supply chain security.Andre Bogus (LogRocket Blog)