lymbmn's Stars
rust-lang/rust
Empowering everyone to build reliable and efficient software.
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
uutils/coreutils
Cross-platform Rust rewrite of the GNU coreutils
hyperium/hyper
An HTTP library for Rust
BurntSushi/xsv
A fast CSV command line toolkit written in Rust.
baconjs/bacon.js
Functional reactive programming library for TypeScript and JavaScript
iron/iron
An Extensible, Concurrent Web Framework for Rust
gfx-rs/gfx
[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
redis-rs/redis-rs
Redis library for rust
rust-windowing/glutin
A low-level library for OpenGL context creation
rust-lang/git2-rs
libgit2 bindings for Rust
gchp/iota
A terminal-based text editor written in Rust
murarth/rusti
REPL for the Rust programming language
alexcrichton/curl-rust
Rust bindings to libcurl
Ogeon/rustful
[OUTDATED] A light HTTP framework for Rust
brendanzab/gl-rs
An OpenGL function pointer loader for Rust
PistonDevelopers/piston-examples
A collection of examples using the Piston game engine
carllerche/eventual
A future & stream abstraction for Rust
coeuvre/rust-2048
A 2048 clone with Piston game engine
nickel-org/rust-mustache
mustache template library for rust
carllerche/syncbox
Concurrency utilities for Rust
KevinKelley/nanovg-rs
Rust-language binding for the NanoVG vector graphics library
huonw/simple_parallel
Straight-forward functions and types for basic data parallel operations.
andelf/weather-rs
Weather app for the terminal. Rust version :)
andelf/rust-2048
2048 game in Rust, with an SDL2 ui.
frankmcsherry/recycler
A small Rust library for recycling types with owned memory
ucarion/http_replayer
Replays HTTP responses, so you can have deterministic tests.
PistonDevelopers/mush
gui for dialogue graphs, et al.
reem/rust-membuf
A safe-ish wrapper for allocating, reallocating and deallocating heap buffers.