musicmatze :rust: :nixos:

Hey #rust #rustlang folks... How do I git-depend on a crate in a workspace?

I try to depend on `cloudmqtt-core` from github.com/TheNeikos/cloudmqtt but cargo fails with `error: no matching package named `cloudmqtt-core` found`.

#followerpower :boost_ok: #rustdevelopment

GitHub - TheNeikos/cloudmqtt: A simple and straightforward to use MQTT client/server

A simple and straightforward to use MQTT client/server…

GitHub
GripNews

🌘 GitHub - ferronweb/ferron:以 Rust 撰寫的快速、記憶體安全的網路伺服器
➤ Rust 語言打造的下一代網路伺服器
github.com/ferronweb/ferron
Ferron 是一個以 Rust 語言開發的快速、記憶體安全的網路伺服器。它具有高性能、模組化架構、安全可靠的特性,並包含一個用於生成使用者帳戶的工具 ferron-passwd。目前仍在開發中,尚未提供正式安裝說明,但可以透過 Git 複製程式碼並使用 Cargo 工具進行建置和執行。
+ 聽起來很棒!Rust 的記憶體安全特性對於網路伺服器來說非常重要,期待正式版推出。
+ 不錯的專案,希望未來能有更多關於效能測試的資訊。
#軟體 #網路伺服器 #Rust

GitHub - ferronweb/ferron: A fast, memory-safe web server written in Rust.

A fast, memory-safe web server written in Rust. Contribute…

GitHub
Sohrab Behdani :freebsd:

This is a simple Key-Value Store server written in Rust and actix that works with HTTP. It supports storing, retrieving, and deleting data, and it saves the information in the "kvstore.db" file. It uses a HashMap to manage in-memory data and handles HTTP requests (GET, PUT, DELETE). It runs on port 8080 and multithreads to handle requests concurrently.

I've just pushed it to GitHub; feel free to contribute:

github.com/behdanisohrab/kstor

#Rust #KeyValueStore

GitHub - behdanisohrab/kstore

Contribute to behdanisohrab/kstore development by creating…

GitHub
Habr

RustyTips 0x01: Очень кратко о циклах в Rust

Циклы позволяют управлять ходом выполнения программы. Эта статья создана для тех, кто только изучает Rust. Небольшой цикл заметок по языку Rust.

habr.com/ru/articles/897688/

#rust #циклы #программирование

:radare2: radare :verified:

Amaru it's an OpenSource #antivirus for Windows 11 with real-time scanning, #Yara and radare2 integration written in #Rust. github.com/CripterHack/Amaru

Ain Tohvri

% rustup update stable

stable-x86_64-apple-darwin updated - rustc 1.86.0 (05f9846f8 2025-03-31) (from rustc 1.84.1 (e71f9a9a9 2025-01-27))

#programming #rustlang #Rust 🦀

Guillaume Gomez

Due to a misbehaving crawler taking down docs.rs three times, we now added rate limiting.

This shouldn't impact any normal user, we're happy to talk if this affects you.

Officially we follow the crates.io data policy, so crawlers should be limited to 1 request per second. Until now we didn't validate / limit that and relied on the sanity of the crawlers.

#rust #rustlang

Docs.rs

docs.rs
Apr 04, 2025, 09:12 · · · 2 · 0
MClare

In today’s #rust adventure, I successfully sideloaded a #python subprocess!

In today’s #python adventure, I successfully sideloaded a #javascript subprocess!

Apparently I’m at the stage of my career where I shove languages into other languages (I swear I have a good reason in both instances!)

Apr 04, 2025, 03:32 · · · 1 · 0
chrysn

Nice new milestone for #embedded #Rust development: defmt 1.0 has been released. The crate enables logging for microcontrollers without text or number formatting on the device – instead, the device sends numbers of interned strings to the host, which composes log messages.
1.0 is not only a stable release, but also enables logging #CBOR data into diagnostic notation on the host.

#RustLang

hubertf

Trying to decompile a rust binary... anyone got a useful program? Not ghidra, binary.ninja...

#ctf #cybersecurity #rust

Amsterdam_XXX
In the backyard of the “Amsterdam Museum” (formerly known as “Hermitage”) you can find some ‘metal beasts’, made by artist “Junk-Art”. 🐀 ⚙️⛓️

The sculptures are handmade, sustainable, and the material they use is steel. It’s including sources such as bolts, gears, all sorts of motor parts, horseshoes and metal scraps. ♻️

#Amsterdam #metalbeast #rat #metal #junkart #neerlandiaplein #exhibition #photo #urbanart #mokum #noir #xxx #art #scrap #gears #bnw #photography #concretejungle #scrapmetal #parts #industrial #animal #artiseverywhere #streetphotography #steel #bolts #beeld #rodent #museum #museo #arte #artwork #motorparts #blackandwhite #horseshoes #recycling #recycle #rusty #escultura #sculpture #rust
Hacker News 50

Show HN: Zxc – Rust TLS proxy with tmux and Vim as UI, BurpSuite alternative

Link: github.com/hail-hydrant/zxc
Discussion: news.ycombinator.com/item?id=4

#rust #vim

Ike

I'm using Rust's Macroquad crate to make a small game, and so far it is exactly the right level of abstraction for this project.

(Bevy is great, but its more than what I need for this project)/

I especially like that because it isn't opinionated, it gives me the chance to build my own game loop and ECS so I better understand how more sophisticated game engines (like bevy) work.

I'm really looking forward to deploying this to WASM and trying out mobile support.

#Macroquad #Rust

Apr 03, 2025, 16:37 · · · 0 · 0
Achim Domma

Looks like a cool job: typst.app/jobs/ @faassen aren't you looking for an interesting #Rust challenge? Don't know whether they can pay you, but it sounds like fun.

Linuxiac

Rust 1.86 is out now, bringing trait upcasting support, safer mutable indexing for slices and maps, and stable target feature support for safe functions.
linuxiac.com/rust-1-86-introdu

#rust #development #programming #opensource