🦞🌯 Lobster Roll

Thread

A Minimal OS X kext Written (Partly) in Rust (philjordan.eu)

Stories related to "A Minimal OS X kext Written (Partly) in Rust" across the full archive.

A Minimal OS X kext Written (Partly) in Rust (philjordan.eu)
gabelstaplerwm - a minimal(istic) tiling window manager written in Rust, using XCB (github.com)
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...
Sonic: a minimalist alternative to Elasticsearch written in Rust (notamonadtutorial.com)
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.
Memory safe, blazing fast, configurable, minimal hello world written in rust (github.com)
rustboot: a tiny 32 bit kernel written in Rust (github.com)
A Doom Renderer written in Rust (github.com)
A tiling window manager written in Rust (github.com)
A fast CSV toolkit written in Rust (github.com)
An UNIX-like operating system written in Rust. (redox-os.org)
Neat Proof-of-Concept: Windows Kernel-mode drivers written in Rust (osnews.com)
WIP - go compiler/toolchain written in rust (github.com)
klocka - Pi-Powered 'Smart' Doorbell written using Rust (github.com)
danielpclark/faster_path - Faster Pathname handling for Ruby written in Rust (github.com)
Corrode - C to Rust translator written in Haskell (github.com)
Gluon: A static, type inferred and embeddable language written in Rust (github.com)
A fast cloc replacement written in rust (github.com)
Rux: A Hobbyist Microkernel Written in Rust (github.com)
Virtual machine and JIT compiler for eBPF written in Rust by 6WIND (github.com)
Source code contains "Copyright 2016 6WIND". 6WIND develops userspace networking stack.
alert-after: CLI utility written to Rust to get a desktop notification after a command finishes (github.com)
Notes on Building Noise: a JSON Search Engine written in Rust (damienkatz.net)
mrustc: an alternative Rust compiler written in C++ (github.com)
Dialect of brainfuck, writtenin Rust, which only uses emoji (emotifuck.rs)
Chrome OS KVM - A component written in Rust (chromium.googlesource.com)
fd - A simple, fast and user-friendly alternative to find, written in Rust (github.com)
cache_warmer - tool to warm-up HTTP caches, written in Rust (chr4.org)
Comm - a decentralized, censorship-resistant p2p messaging app written in Rust (github.com)
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 ...
synapse 1.0-rc1: a lightweight bittorrent daemon written in Rust (synapse-bt.org)
nperf, a sampling profiler for Linux written in Rust from Nokia (github.com)
Iridium VM: A BEAM like VM project/tutorial written in Rust (blog.subnetzero.io)
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...