koka831's Stars
creusot-rs/creusot
Creusot helps you prove your code is correct in an automated fashion.
ferrocene/ferrocene
Source code of Ferrocene, safety-critical Rust toolchain
rapidfuzz/strsim-rs
:abc: Rust implementations of string similarity metrics
tc39/proposal-call-this
A proposal for a simple call-this operator in JavaScript.
YaLTeR/niri
A scrollable-tiling Wayland compositor.
signalapp/libsignal
Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
atuinsh/atuin
✨ Magical shell history
DarthSim/overmind
Process manager for Procfile-based applications and tmux
z3z1ma/dbt-osmosis
Provides automated YAML management and a streamlit workbench. Designed to optimize dev workflows.
feschber/lan-mouse
mouse & keyboard sharing via LAN
antithesishq/madness
Madness enables you to easily run the same binary on NixOS and non-NixOS systems
shell-pool/shpool
Think tmux, then aim... lower
cryspen/hax
A Rust verification tool
PufferAI/PufferLib
Simplifying reinforcement learning for complex game environments
google/re2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
dtolnay/typeid
Const TypeId and non-'static TypeId
formal-land/coq-of-rust
Formal verification tool for Rust: check 100% of execution cases of your programs 🦀 to make applications with no bugs! ✈️ 🚀 ⚕️ 🏦
ipetkov/crane
A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
minirust/minirust
A precise specification for "Rust lite / MIR plus"
smol-rs/event-listener
Notify async tasks or threads
taiki-e/portable-atomic
Portable atomic types including support for 128-bit atomics, atomic float, etc.
oxalica/rust-overlay
Pure and reproducible nix overlay of binary distributed rust toolchains
rust-vmm/vm-memory
Virtual machine's guest memory crate
flox/flox
Developer environments you can take with you
tokio-rs/prost
PROST! a Protocol Buffers implementation for the Rust Language
dancrossnyc/rxv64
xv6 OS
CharlotteOS-Deprecated/charlotte-core
The Kernel of CharlotteOS
mewz-project/mewz
A unikernel designed specifically for running Wasm applications and compatible with WASI
google/sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer
taiki-e/auto_enums
A library for to allow multiple return types by automatically generated enum.