Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

Rust: Possible Projects

curve25519-dalek

A pure-Rust implementation of group operations on Ristretto and Curve25519

cryptography curve25519 edwards-curve elliptic-curves montgomery ristretto

Released: 08 Dec 2016 - 892

os_str_bytes

Lossless functionality for platform-native strings.

Released: 28 Nov 2019 - 70

sct.rs

Certificate transparency SCT verification library in rust

rust

Released: 09 Jul 2017 - 51

simd-adler32

A SIMD-accelerated Adler-32 hash algorithm implementation.

adler adler32 avx2 simd ssse3

Released: 07 Apr 2021 - 34

normalize-line-endings

Normalize line endings

Released: 14 May 2016 - 2

openssl-probe

Tool for helping to find SSL certificate locations on the system for OpenSSL

Released: 06 Nov 2016 - 54

foreign-types

A framework for Rust wrappers over C APIs

Released: 30 Jan 2017 - 50

multer

An async parser for multipart/form-data content-type in Rust

async multipart-formdata multipart-parser multipart-uploads rust

Released: 07 May 2020 - 159

ptr_meta

A radioactive stabilization of the ptr_meta RFC.

Released: 03 Feb 2021 - 21

bit-vec

A Vec of Bits

Released: 03 Jun 2015 - 169

bigdecimal-rs

Arbitrary precision decimal crate for Rust

Released: 04 Apr 2017 - 295

rustsec

RustSec API & Tooling

cargo rust security

Released: 07 Feb 2017 - 1,591

prettyplease

A minimal `syn` syntax tree pretty-printer

Released: 06 Jan 2022 - 612

assert_matches

Provides macro `assert_matches` for testing pattern matching

assert macros rust testing

Released: 16 Feb 2016 - 61

async-global-executor

A global executor built on top of async-executor and smol

Released: 27 Aug 2020 - 74

nom

Rust parser combinator framework

byte-array grammar nom parse parser parser-combinators rust

Released: 23 Nov 2014 - 9,459

if_chain

Macro for writing nested `if let` expressions

macro rust

Released: 28 Dec 2016 - 163

rust-rgb

struct RGB for sharing pixels between crates

pixel-layout rgb-color rust rust-library

Released: 18 Jun 2016 - 98

num-bigint

Big integer types for Rust

Released: 17 Jul 2018 - 12

maybe-uninit

MaybeUninit for friends of backwards compatibility

Released: 09 Jul 2019 - 8

openssl-src-rs

Source code and logic to build OpenSSL from source

Released: 19 Aug 2017 - 69

backoff

Exponential backoff and retry for Rust.

Released: 26 May 2017 - 306

colored

(Rust) Coloring terminal so simple you already know how to do it !

ansi-term colors crates hacktoberfest rust terminal

Released: 12 Mar 2016 - 1,724

mach

A rust interface to the Mach 3.0 kernel that underlies OSX.

ffi mach macos osx rust

Released: 01 Feb 2015 - 80

rust-cpuid

cpuid library in rust.

Released: 24 Mar 2015 - 154

serial_test

Allows for the creation of serialised Rust tests

hacktoberfest rust-library testing

Released: 31 Dec 2018 - 225

rust-base64

base64, in rust

base64 nostd rust

Released: 04 Dec 2015 - 615

dtoa

Fast functions for printing floating-point primitives to a decimal string

performance rust

Released: 27 Jun 2016 - 115

inotify-sys

Low-level inotify bindings for the Rust programming language

inotify linux rust

Released: 06 Sep 2017 - 6

tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation

asynchronous tokio tokio-tungstenite websocket websockets

Released: 17 Mar 2017 - 1,842

resolv-conf

The /etc/resolv.conf file parser in rust

Released: 24 Dec 2015 - 27

deranged

Proof of concept ranged integers in Rust.

Released: 08 Dec 2020 - 38

concurrent-queue

Concurrent multi-producer multi-consumer queue

rust

Released: 27 May 2020 - 257

link-cplusplus

Link libstdc++ or libc++ automatically or manually

Released: 24 Jan 2020 - 45

anyhow

Flexible concrete Error type built on std::error::Error

Released: 05 Oct 2019 - 5,506

hash32

32-bit hashing machinery

Released: 23 Apr 2018 - 10

smawk

Rust functions for finding row-minima in monotone matrices.

matrices optimization rust smawk

Released: 12 Oct 2017 - 6

chrono

Date and time library for Rust

calendar date rust time

Released: 28 Mar 2014 - 3,329

inotify-rs

Idiomatic inotify wrapper for the Rust programming language

inotify linux rust

Released: 10 Apr 2014 - 261

image-png

PNG decoding and encoding library in pure Rust

hacktoberfest

Released: 03 May 2015 - 360

wasm-tools

CLI and Rust libraries for low-level manipulation of WebAssembly modules

wasm webassembly

Released: 19 May 2020 - 1,342

proc-macro2

Only the non-libproc_macro-based codepath of the proc-macro2 crate

Released: 20 May 2017 - 742

kv-log-macro

Log macro for logs kv-unstable backend

Released: 01 Sep 2019 - 21

difference.rs

Rust text diffing and assertion library

diff rust rust-text-diffing

Released: 20 May 2015 - 242

blocking

A thread pool for isolating blocking I/O in async programs

rust

Released: 09 May 2020 - 341

unicode-segmentation

Grapheme Cluster and Word boundaries according to UAX#29 rules

Released: 13 Apr 2015 - 571

directories-rs

a mid-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows

knownfolders xdg-basedir xdg-user-dirs

Released: 18 Dec 2017 - 769

rustc-demangle

Rust symbol demangling

Released: 13 May 2016 - 231

RSA

RSA implementation in pure Rust

Released: 17 Jul 2018 - 546

target-lexicon

Target "triple" support

compiler-construction

Released: 27 Apr 2018 - 48

winnow

Making parsing a breeze

Released: 11 Oct 2022 - 565

fragile

Utility wrapper to send non send types to other threads safely

Released: 20 Jun 2018 - 168

unicode-categories

A simple crate that allows for unicode categories can be queried for characters.

Released: 31 Oct 2015 - 17

unicode-width

Displayed width of Unicode characters and strings according to UAX#11 rules.

Released: 13 Apr 2015 - 215

mio-uds

Unix Domain Sockets for mio

Released: 20 Jul 2016 - 28

same-file

Cross platform Rust library for checking whether two file paths are the same file.

Released: 08 Jan 2017 - 101

downcast-rs

Trait for downcasting trait objects back to their original types.

Released: 07 Apr 2017 - 14

untrusted

Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.

memory-safety parsing

Released: 05 Jun 2016 - 196

getrandom

A small cross-platform library for retrieving random data from (operating) system source

Released: 19 Jan 2019 - 278

rust-typed-builder

Compile-time type-checked builder derive

Released: 04 Oct 2017 - 923

darling

A Rust proc-macro attribute parser

proc-macro rust

Released: 02 May 2017 - 1,020

ring

Safe, fast, small crypto using Rust

cryptography rust security

Released: 22 Jul 2015 - 3,742

sysinfo

Cross-platform library to fetch system information

linux macos raspberry rust system unix windows

Released: 10 Mar 2015 - 2,094

dlv-list-rs

Semi-doubly linked list implemented using a vector

Released: 06 Oct 2018 - 12

parking_lot

Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.

Released: 13 May 2016 - 2,735

half-rs

Half-precision floating point types f16 and bf16 for Rust.

bfloat16 binary16 crates f16 float16 floating-point ieee754 rust rust-embedded

Released: 24 Feb 2016 - 233

cfg-expr

A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.

rust

Released: 24 Dec 2019 - 40

miow

A zero-overhead Windows I/O library, focusing on IOCP

Released: 18 Aug 2015 - 112

axum

Ergonomic and modular web framework built with Tokio, Tower, and Hyper

Released: 30 May 2021 - 18,970

unicode-normalization

Unicode Normalization forms according to UAX#15 rules

Released: 13 Apr 2015 - 161

rusqlite

Ergonomic bindings to SQLite for Rust

bindings rust sqlite wrapper

Released: 04 Nov 2014 - 3,155

cfg-if

A if/elif-like macro for Rust #[cfg] statements

Released: 08 Jul 2015 - 568

bytes

Utilities for working with bytes

Released: 30 Jan 2015 - 1,902

quickcheck

Automated property based testing for Rust (with shrinking).

Released: 09 Mar 2014 - 2,405

bumpalo

A fast bump allocation arena for Rust

Released: 20 Nov 2018 - 1,429

xml-rs

An XML library in Rust

parser rust sax-parser xml

Released: 01 May 2023 - 66

os_pipe.rs

a cross-platform library for opening OS pipes in Rust

Released: 21 Jun 2016 - 99

ryu

Fast floating point to string conversion

Released: 29 Jul 2018 - 608

rust-prometheus

Prometheus instrumentation library for Rust applications

Released: 11 Aug 2016 - 1,070

owo-colors

A zero-allocation no_std-compatible zero-cost way to add color to your Rust terminal

Released: 25 Aug 2020 - 641

time

The most used Rust library for date and time handling.

date no-std rust time

Released: 10 Nov 2014 - 1,115

const_fn

A lightweight attribute for easy generation of const functions with conditional compilations.

no-std proc-macro rust

Released: 25 Dec 2018 - 26

rand

A Rust library for random number generation.

Released: 03 Feb 2015 - 1,660

hyper

An HTTP library for Rust

http hyper rust

Released: 30 Aug 2014 - 14,549

pest

The Elegant Parser

parsing peg rust

Released: 24 Apr 2016 - 4,632

elliptic-curves

Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2

ecdsa nist rust schnorr taproot

Released: 06 Jan 2020 - 680

actix-web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

actix actix-web async rust web web-development websockets

Released: 30 Sep 2017 - 21,608

gethostname.rs

gethostname() for all systems

gethostname hostname rust

Released: 20 Jan 2019 - 34

encode_unicode

A rust library for converting between UTF-8, UTF-16 and UTF-32 characters.

rust-library unicode

Released: 14 Mar 2016 - 12

scratch

Compile-time temporary directory shared by multiple crates and erased by `cargo clean`

Released: 17 Sep 2020 - 75

byteorder

Rust library for reading/writing numbers in big-endian and little-endian.

Released: 03 Feb 2015 - 980

uncased

Case-preserving, ASCII case-insensitive `no_std` string types for Rust.

case-preserving rust

Released: 06 Sep 2020 - 12

block-modes

Collection of generic block mode algorithms written in pure Rust

Released: 09 Nov 2021 - 64

clap

A full featured, fast Command Line Argument Parser for Rust

argument-parser argument-parsing command-line command-line-parser parsed-arguments positional-arguments rust subcommands

Released: 25 Feb 2015 - 14,276

event-listener

Notify async tasks or threads

rust

Released: 16 May 2020 - 447

proptest

Hypothesis-like property testing for Rust

Released: 18 Jun 2017 - 1,708

bitvec

A crate for managing memory bit by bit

bitset bitvector rust

Released: 28 Jun 2018 - 1,205

tempfile

Temporary file library for rust

filesystem-library library rust tempfile testing

Released: 12 Apr 2015 - 1,186

rust-derive-builder

derive builder implementation for rust structs

builder-pattern macros rust setter-methods

Released: 06 Aug 2016 - 1,319

pathdiff

Library for diffing paths to obtain relative paths

Released: 20 Sep 2017 - 45