RUST

Alphabetical index of projects in Rust:

A

Actixarrow-up-right is a Rust actors framework.

Actix webarrow-up-right is a simple, pragmatic and extremely fast web framework for Rust.

Features:

Alacrittyarrow-up-right is focused on simplicity and performance. The performance goal means it should be faster than any other terminal emulator available. The simplicity goal means that it doesn't have many features like tabs or scroll back as in other terminals. Instead, it is expected that users of Alacritty make use of a terminal multiplexer such as tmux.

This initial release should be considered to be pre-alpha software--it will have issues. Once Alacritty reaches an alpha level of readiness, precompiled binaries will be provided for supported operating systems.

screen

B

batarrow-up-right is a cat replacement with extended features like syntax highlighting and git integration.

Syntax highlighting:

syntax highlighting

Git integration:

git integration

C

Clippyarrow-up-right is a collection of lints to catch common mistakes and improve your Rust code.

coreutilsarrow-up-right is an attempt at writing universal (as in cross-platform) CLI utils in Rust. This repo is to aggregate the GNU coreutils rewrites.

Cursivearrow-up-right is a TUI (Text User Interface) library for rust, which allows you to build rich user interfaces for terminal applications.

Example of usage:

Result:

D

Dieselarrow-up-right gets rid of the boilerplate for database interaction and eliminates runtime errors, without sacrificing performance. It takes full advantage of Rust's type system to create a low overhead query builder that "feels like Rust".

diesel

E

exaarrow-up-right is a replacement for ls written in Rust.

Exonumarrow-up-right is an extensible open-source framework for creating blockchain applications. Exonum can be used to create cryptographically powered distributed ledgers in virtually any problem domain, including FinTech, GovTech, and LegalTech. The Exonum framework is oriented towards creating permissioned blockchains, that is, blockchains with the known set of blockchain infrastructure providers.

F

fdarrow-up-right is a simple, fast and user-friendly alternative to find.

Features:

  • Convenient syntax: fd PATTERN instead of find -iname '*PATTERN*'.

  • Colorized terminal output (similar to ls).

  • It's fast.

  • Smart case: the search is case-insensitive by default. It switches to

    case-sensitive if the pattern contains an uppercase

    character[*](http://vimdoc.sourceforge.net/htmldoc/options.html#'smartcasearrow-up-right').

  • Ignores hidden directories and files, by default.

  • Ignores patterns from your .gitignore, by default.

  • Regular expressions.

  • Unicode-awareness.

  • The command name is 50% shorter*arrow-up-right than

    find :-).

  • Parallel command execution with a syntax similar to GNU Parallel.

fselectarrow-up-right is a command-line tool to search files with SQL-like queries.

Why use fselect? Because it has these nice features:

  • complex queries

  • SQL-like (not real SQL, but highly relaxed!) grammar easily understandable by humans

  • search within archives

  • .gitignore support (experimental)

  • search by width and height of images and videos

  • search by MP3 info

  • shortcuts to common file types

  • various output formatting (CSV, JSON, and others)

G

Gothamarrow-up-right - A flexible web framework that does not sacrifice safety, security or speed. The Gotham core team loves many of the elegant concepts that are found in dynamically typed web application frameworks, such as Rails, Phoenix and Django and aspire to achieve them with the type and memory safety guarantees provided by Rust.

H

Habitatarrow-up-right is an application automation framework that allows you to build applications that have automation built-in. This provides modern applications that:

  • Provide repeatable builds

  • Run from single, immutable assets

  • Allow for runtime configuration for multiple deployment scenarios

  • Are agnostic to operating environment (works the same on bare metal, virtualization, containers, PaaS)

  • Provide idempotent behavior (the same inputs to the same asset provide the same outcome)

  • Provide convergent behavior (each service makes progress towards the correct behavior in the face of failure)

  • Expose promises to those who rely on it

  • Provide a low barrier to entry

  • Are language agnostic

hyperarrow-up-right is a fast, modern HTTP implementation written in and for Rust. It is a low-level typesafe abstraction over raw HTTP, providing an elegant layer over "stringly-typed" HTTP.

Hyper offers both an HTTP client and server which can be used to drive complex web applications written entirely in Rust.

Be aware that hyper is still actively evolving towards 1.0, and is likely to experience breaking changes before stabilising. The current area of change is the movement towards async IO and refining the design around that. You can also see the 1.0 issue milestone.

I

Ironarrow-up-right - is a high level web framework built in and for Rust, built on Hyperarrow-up-right. Iron is designed to take advantage of Rust's greatest features - its excellent type system and its principled approach to ownership in both single threaded and multi threaded contexts.

Example of usage:

M

Mioarrow-up-right is a lightweight I/O library for Rust with a focus on adding as little overhead as possible over the OS abstractions.

N

nickel.rsarrow-up-right is a simple and lightweight foundation for web applications written in Rust. Its API is inspired by the popular express framework for JavaScript.

Usage example:

nomarrow-up-right is a parser combinators library written in Rust. Its goal is to provide tools to build safe parsers without compromising the speed or memory consumption. To that end, it uses extensively Rust's strong typing, zero copy parsing, push streaming, pull streaming, and provides macros and traits to abstract most of the error prone plumbing.

nushellarrow-up-right - A modern shell for the GitHub era.

P

Parityarrow-up-right - fast, light, and robust Ethereum client.

R

RACERarrow-up-right is a utility intended to provide Rust code completion for editors and IDEs. Maybe one day the 'er' bit will be exploring + refactoring or something.

Rayonarrow-up-right is a data-parallelism library for Rust. It is extremely lightweight and makes it easy to convert a sequential computation into a parallel one. It also guarantees data-race freedom.

redoxarrow-up-right — an operating system written in Rust, a language with focus on safety and high performance. Redox, following the microkernel design, aims to be secure, usable, and free. Redox is inspired by previous kernels and operating systems, such as SeL4, Minix, Plan 9, and BSD.

ripgreparrow-up-right — a line oriented search tool that combines the usability of The Silver Searcher (similar to ack) with the raw speed of GNU grep. ripgrep works by recursively searching your current directory for a regex pattern. ripgrep has first class support on Windows, Mac and Linux, with binary downloads available for every release.

Detailed benchmarks showarrow-up-right that it is the fastest avaiable tool of this kind.

ripgrep

Rocketarrow-up-right is web framework for Rust (nightly) with a focus on ease-of-use, expressibility, and speed. Here's an example of a complete Rocket application:

rustuparrow-up-right installs The Rust Programming Language from the official release channels, enabling you to easily switch between stable, beta, and nightly compilers and keep them updated. It makes cross-compiling simpler with binary builds of the standard library for common platforms. And it runs on all platforms Rust supports, including Windows.

S

Serdearrow-up-right is a framework for serializing and deserializing Rust data structures efficiently and generically.

Example of usage:

Servoarrow-up-right is a prototype web browser engine written in the Rust language. It is currently developed on 64-bit macOS, 64-bit Linux, 64-bit Windows, and Android..

sledarrow-up-right - likes eating data: alpha modern embedded database.

Features:

  • ordered map API

  • fully atomic single-key operations, supports CAS

  • merge operators

  • zstdarrow-up-right compression (use the zstd build feature)

  • cpu-scalable lock-free implementation

  • SSD-optimized log-structured storage

stdwebarrow-up-right is a set of bindings to the client-side Web APIs which makes it easy to interact with the DOM, embed JavaScript code directly into Rust and to marshal data between the two. Supports WebAssembly.

A few simple examples of what you can do with it:

arrow-up-right

T

TiKVarrow-up-right is a distributed Key-Value database which is based on the design of Google Spanner and HBase, but it is much simpler without dependency on any distributed file system. With the implementation of the Raft consensus algorithm in Rust and consensus state stored in RocksDB, it guarantees data consistency. Placement Driver which is introduced to implement sharding enables automatic data migration. The transaction model is similar to Google's Percolator with some performance improvements. TiKV also provides snapshot isolation (SI), snapshot isolation with lock (SQL: select ... for update), and externally consistent reads and writes in distributed transactions.

X

xi editorarrow-up-right is an attempt to build a high quality text editor, using modern software engineering techniques. It is initially built for Mac OS X, using Cocoa for the user interface, but other targets are planned.

Y

Yewarrow-up-right is a modern Rust framework inspired by Elm and ReactJS.

Last updated