ruhr.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Mastodon-Gemeinschaft rund um das Ruhrgebiet und die Menschen dort. Diese Instanz wird ehrenamtlich von Enthusiasten moderiert und technisch betreut.

Verwaltet von:

Serverstatistik:

1,5 Tsd.
aktive Profile

#rust

178 Beiträge148 Beteiligte4 Beiträge heute

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

A fast, memory-safe web server written in Rust. Contribute to ferronweb/ferron development by creating an account on GitHub.
GitHubGitHub - ferronweb/ferron: A fast, memory-safe web server written in Rust.A fast, memory-safe web server written in Rust. Contribute to ferronweb/ferron development by creating an account on GitHub.

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

Streaming today! I will be going over pandemic news (I got stuff on bird flu, mpox, and covid) and I will be playing rust while talking about art!

I will be streaming for at least the next 4 hours uwu

twitch.tv/rosethornranger

[usually it embeds with a picture of my vtuber avatar, a girl with long green hair blue eyes, a green cloak, and is white and all that]

TwitchRosethornRanger - TwitchAI art is art <3: I'm autistic, leftist, communist, enby, anarchist, transbian, ancom, egoist, egocom, polyamorous, disabled
#twitch#streamer#vtuber

#dailyreport #rust #linux #gentoo #opensource #compiler
#security
I compiled Rust from sources with alternative compiler
Mrustc (C++) without any binary blobs.

As you may know Rust compiler distributed as Rust sources
meant to be build by older "snapshot" of itself. Which
violate open source paradigm.

I was able to solve this in Gentoo GNU/Linux OS with
reproducible way. First I compile Rust 1.74 version and
then in chain I compile all versions to 1.84.

All steps took approximately 8 hours, but after it is fast
to compile new version, without blobs.