Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
Rust: Possible Projects
msgpack-rust
MessagePack implementation for Rust / msgpack.org[Rust]
crates-rmp decoding messagepack msgpack rmp rust serde serialization
Released: 20 Mar 2015 - 1,168
matrixmultiply
General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
rust rust-sci
Released: 28 Mar 2016 - 209
bstr
A string type for Rust that is not required to be valid UTF-8.
byte-string bytes graphemes substring substring-search unicode utf-8
Released: 11 Feb 2019 - 799
rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
bindings codegen ffi
Released: 22 Jun 2016 - 4,437
tungstenite-rs
Lightweight stream-based WebSocket implementation for Rust.
rust websockets
Released: 17 Mar 2017 - 1,905
erased-serde
Type-erased Serialize, Serializer and Deserializer traits
rust serde
Released: 21 Aug 2016 - 727
hashes
Collection of cryptographic hash functions written in pure Rust
blake2 cryptographic-hash-functions cryptography digest gost groestl hash k12 md2 md4 md5 ripemd rust sha1 sha2 sha3 sm3 streebog whirlpool
Released: 18 Nov 2016 - 1,865
iana-time-zone
Rust crate to get the IANA time zone for the current system
Released: 27 Jun 2020 - 38
notify
🔠Cross-platform filesystem notification library for Rust.
cross-platform filesystem filesystem-events rust watcher
Released: 11 Dec 2014 - 2,750
powerfmt
Procedural macros for `powerfmt`. This crate is an implementation detail and should not be relied upon directly.
Released: 02 Oct 2023 - 12
tower
async fn(Request) -> Result<Response, Error>
middleware rust tower
Released: 24 Jul 2017 - 3,538
strsim-rs
:abc: Rust implementations of string similarity metrics
damerau-levenshtein edit-distance jaro jaro-winkler levenshtein rust
Released: 10 Feb 2015 - 405
rust-hex
A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.
Released: 22 Oct 2015 - 204
sled
the champagne of beta embedded databases
b-plus-tree b-tree concurrent crash-testing database embedded-kv formal-methods fuzzing high-performance incredibly-spicy kv lock-free log-structured orm persistence rust sled tree
Released: 11 Jan 2016 - 8,142
gimli
A library for reading and writing the DWARF debugging format
cross-platform dwarf rust
Released: 15 Jun 2016 - 848
num-conv
`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax.
Released: 18 Dec 2023 - 7
prost
PROST! a Protocol Buffers implementation for the Rust Language
protobuf rust
Released: 13 Jun 2017 - 3,905
strum
A small rust library for adding custom derives to enums
enum rust rust-lang strum
Released: 05 Feb 2017 - 1,763
constrandom
Macro to generate random constants in Rust https://xkcd.com/221/
constants macro rust
Released: 02 Mar 2019 - 73
zerocopy
Make it unsafe to access or modify fields with safety invariants
memory memory-safety performance rust zero-copy
Released: 08 Sep 2022 - 1,580
rust-smallvec
"Small vector" optimization for Rust: store up to a small number of items on the stack
Released: 05 Apr 2015 - 1,344
pin-project
A crate for safe and ergonomic pin-projection.
no-std proc-macro rust
Released: 08 Jan 2019 - 613
rust-security-framework
Bindings to the macOS Security.framework
keychain macos rust rust-bindings
Released: 20 Aug 2015 - 240
utf8-ranges
Convert contiguous ranges of Unicode codepoints to UTF-8 byte ranges.
Released: 16 Oct 2015 - 42
console_error_panic_hook
A panic hook for wasm32-unknown-unknown that logs panics with console.error
console panic-hook rust rust-wasm wasm
Released: 23 May 2018 - 326
rust-csv
A CSV parser for Rust, with Serde support.
csv library rust rust-library
Released: 22 Mar 2014 - 1,712
jni-rs
Rust bindings to the Java Native Interface — JNI
java jni rust
Released: 04 Nov 2016 - 1,252
codespan
Beautiful diagnostic reporting for text-based programming languages.
diagnostics error-reporting programming-languages rust source-code terminal
Released: 20 Feb 2018 - 1,105
tracing
Application level tracing for Rust.
diagnostics logging logging-and-metrics logging-facade logging-library rust rust-lang tracing
Released: 11 Jan 2019 - 5,476
quick-error
A rust-macro which makes errors easy to write
conversion error macro reporting rust
Released: 09 Sep 2015 - 335
bincode
A binary encoder / decoder implementation in Rust.
binary encoding rust serialization
Released: 17 Sep 2014 - 2,687
chrono-tz
TimeZone implementations for rust-chrono from the IANA database
Released: 08 Oct 2016 - 238
rust-alloc-no-stdlib
An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.
Released: 02 Apr 2016 - 173
lazy-static.rs
A small macro for defining lazy evaluated static variables in Rust.
Released: 24 Jun 2014 - 1,929
itertools
Extra iterator adaptors, iterator methods, free functions, and macros.
iterators rust
Released: 28 Jul 2014 - 2,737
criterion.rs
Statistics-driven benchmarking library for Rust
benchmark criterion gnuplot rust statistics
Released: 26 May 2014 - 4,575
core-foundation-rs
Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
Released: 30 Aug 2012 - 1,010
rust_libloading
Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
Released: 07 Nov 2015 - 1,243
static-assertions
Ensure correct assumptions about constants, types, and more in Rust
assert compile-time rust static-assertions testing
Released: 12 Aug 2017 - 576
hostname
Cross-platform hostname functions in Rust
hostname posix rust rust-lang unix windows
Released: 13 Dec 2016 - 61
match_cfg
Convenience macro for defining items depending on large number of #[cfg]s
Released: 02 Apr 2019 - 9
approx
Approximate floating point equality comparisons and assertions
approximation assertions comparison equality floating-point math rust testing
Released: 15 Nov 2015 - 155
crossterm
Cross platform terminal library rust
color console cross-platform cursor input terminal tui
Released: 03 Jan 2018 - 3,259
dirs
a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows
knownfolders linux macos redox rust standarddirectories windows xdg
Released: 07 May 2020 - 185
rust-aliasable
Rust library providing basic aliasable (non `core::ptr::Unique`) types
noalias rust-lang
Released: 04 Dec 2020 - 11
integer-encoding-rs
Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides synchronous and asynchronous Write/Read types for easily writing/reading integers.
encoding endian endianness rust varint
Released: 05 Jun 2016 - 66