inikulin's Stars
dandavison/delta
A syntax-highlighting pager for git, diff, grep, and blame output
casey/just
🤖 Just a command runner
wasmerio/wasmer
🚀 Fast, secure, lightweight containers based on WebAssembly
bytecodealliance/wasmtime
A lightweight WebAssembly runtime that is fast, secure, and standards-compliant
rayon-rs/rayon
Rayon: A data parallelism library for Rust
microsoft/windows-rs
Rust for Windows
hatoo/oha
Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.
pest-parser/pest
The Elegant Parser
gyscos/cursive
A Text User Interface library for the Rust programming language
agrinman/tunnelto
Expose your local web server to the internet with a public URL.
pkalogiros/AudioMass
Free full-featured web-based audio & waveform editing tool
rust-phf/rust-phf
Compile time static maps for Rust
BurntSushi/fst
Represent large sets and maps compactly with finite state transducers.
indexmap-rs/indexmap
A hash table with consistent order and fast iteration; access items by key or sequence index
websockets-rs/rust-websocket
A WebSocket (RFC6455) library written in Rust
rust-lang/polonius
Defines the Rust borrow checker.
tikv/pprof-rs
A Rust CPU profiler implemented with the help of backtrace-rs
ferrilab/bitvec
A crate for managing memory bit by bit
cloudflare/cloudflare-blog
Cloudflare Blog code samples
rust-lang/docs.rs
crates.io documentation generator
Manishearth/rust-gc
Simple tracing (mark and sweep) garbage collector for Rust
rust-lang/datafrog
A lightweight Datalog engine in Rust
proxy-wasm/spec
WebAssembly for Proxies (ABI specification)
proxy-wasm/proxy-wasm-rust-sdk
WebAssembly for Proxies (Rust SDK)
sunshowers-code/lifetime-variance
Rust tutorial to demonstrate how variance works
bytecodealliance/wat
Rust WAT and WAST parser (WebAssembly Text Format)
Nadrieril/pest_consume
A framework for processing the output of a pest-generated parser
helloandre/glycerin
Google Chat Terminal User Interface
slog-rs/journald
journald support for slog-rs
spinda/hyper-websocket
🔌 Upgrade hyper HTTP requests to WebSocket connections, server-side