Thread
Stories related to "A Minimal OS X kext Written (Partly) in Rust" across the full archive.
This is my own homegrown project, intended to explore compile-time configuration in Rust,
as well as to experiment with slightly unorthodox methods of organizing windows.
I'm posting this for two reasons:
* to introduce myself to the community, which I've so far only lurked, and
* to get fee...
rsfetch: Fast (~1ms execution time) and somewhat(?) minimal fetch program written in Rust
(github.com)
Additional clarification: By "fetch", I mean "info fetch".
Think of this as a neofetch alternative written in Rust.
Source code contains "Copyright 2016 6WIND". 6WIND develops userspace networking stack.
I've been working on this p2p protocol for a few years now as a sort of hobby. For a long time it only had a CLI interface, but I've recently wrapped it up as a GTK app. I'm still working on getting it fully documented, as the protocol mostly exists in code and floating around in my head. I spew it ...
Hi there,
I found the [Iridium VM](https://blog.subnetzero.io/project/iridium-vm/) project recently in the web and thought about sharing it with you. It seems the author is putting together a *erlang-eque* VM using Rust, and plans to port a dynamic language to it. Quite interesting from the educ...