Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. No Std

No Std

110 projects

Showing 36 of 110 projects

msgpack-rust
msgpack-rustRust

A complete pure-Rust implementation of the MessagePack binary serialization format.

#rmp#msgpack#serde
Stars1.4k
Forks160
Last commit7 months ago
simd-json
simd-jsonRust

A high-performance Rust JSON parser porting simdjson's SIMD techniques, with Serde compatibility.

#hacktoberfest#serde#high-performance
Stars1.4k
Forks102
Last commit10 days ago
rust-lightning
rust-lightningRust

A highly modular and performant Bitcoin Lightning Network library written in Rust, enabling custom Lightning node integration.

#modular-architecture#cryptocurrency#lightning-network
Stars1.4k
Forks476
Last commit17 hours ago
time
timeRust

A comprehensive date and time library for Rust with a focus on safety, correctness, and ergonomics.

#parsing#formatting#correctness
Stars1.3k
Forks305
Last commit1 day ago
curve25519-dalek
curve25519-dalekRust

A pure-Rust implementation of group operations on Ristretto and Curve25519 for elliptic curve cryptography.

#cryptography-library#safe-arithmetic#montgomery
Stars1.2k
Forks594
Last commit7 days ago
xargo
xargoRust

A sysroot manager for Rust that builds and customizes the standard library for cross-compilation and embedded targets.

#bare-metal#embedded#rust-tooling
Stars1.1k
Forks100
Last commit3 years ago
byteorder
byteorderRust

A Rust library for reading and writing numbers in big-endian and little-endian byte order.

#endianness#network-protocols#byte-order
Stars1.1k
Forks160
Last commit1 year ago
cv
cvRust

A collection of pure-Rust computer vision libraries providing algorithms for photogrammetry, image processing, and pattern recognition.

#visual-slam#rust-cv#crates
Stars1.1k
Forks71
Last commit1 year ago
envy
envyRust

A Rust library for deserializing environment variables into type-safe structs using Serde.

#environment-variables#serde#12-factor
Stars978
Forks44
Last commit2 years ago
AEADs
AEADsRust

A collection of pure Rust implementations of Authenticated Encryption with Associated Data (AEAD) algorithms.

#pure-rust#symmetric-encryption#crypto-library
Stars947
Forks199
Last commit7 days ago
rust-brotli
rust-brotliRust

A pure Rust implementation of the Brotli compression algorithm with optional no-stdlib support for embedded and kernel use.

#embedded#ffi#brotli-encoder
Stars935
Forks101
Last commit1 month ago
sonic-rs
sonic-rsRust

A high-performance Rust JSON library leveraging SIMD for parsing and serialization.

#serde#high-performance#simd
Stars904
Forks63
Last commit3 months ago
elliptic-curves
elliptic-curvesRust

A collection of pure Rust elliptic curve implementations for NIST, secp256k1, SM2, and other standard curves.

#webassembly#secp256k1#embedded-cryptography
Stars868
Forks289
Last commit7 days ago
tar-rs
tar-rsRust

A pure Rust library for reading and writing tar archives with a safe, idiomatic API.

#tar#library#embedded
Stars730
Forks242
Last commit21 hours ago
ed25519-dalek
ed25519-dalek

Pure-Rust implementation of Ed25519 digital signatures with a focus on safety and correctness.

#signature-verification#embedded-systems#curve25519
Stars702
Forks235
Last commit7 months ago
cargo-call-stack
cargo-call-stackRust

A static analyzer for Rust programs that computes stack usage and generates call graphs, primarily for embedded systems.

#embedded#memory-safety#microcontroller
Stars660
Forks58
Last commit1 year ago
signatures
signaturesRust

A collection of Rust crates implementing digital signature algorithms like DSA, ECDSA, Ed25519, and post-quantum schemes.

#webassembly#signatures#authentication
Stars652
Forks197
Last commit4 days ago
sodiumoxide
sodiumoxideRust

A deprecated Rust binding to libsodium providing type-safe, high-speed cryptography.

#cryptography-library#bindings#deprecated
Stars642
Forks181
Last commit3 years ago
rust-ansi-term
rust-ansi-termRust

A Rust library for formatting text with ANSI terminal colors and styles like bold, underline, and background colors.

#styling#terminal#ansi-escape-codes
Stars482
Forks83
Last commit2 years ago
xml-rs
xml-rsRust

A pure Rust XML parser and writer library with namespace support and streaming capabilities.

#namespace-support#xml-document#streaming-parser
Stars472
Forks125
Last commit2 months ago
encoding_rs
encoding_rsRust

A Rust implementation of the Encoding Standard for decoding and encoding Web-compatible character encodings, used in Firefox.

#unicode#gecko#simd
Stars464
Forks69
Last commit28 days ago
generic-array
generic-arrayRust

A Rust crate providing generic array types using type-level numbers for const-generic-like functionality.

#arrays#type-level-numbers#typenum
Stars438
Forks87
Last commit12 days ago
stretto
strettoRust

A high-performance, thread-safe, memory-bound cache library for Rust, implementing Dgraph's Ristretto algorithm.

#async-rust#lfu-cache#high-performance
Stars434
Forks28
Last commit2 months ago
coroutine-rs
coroutine-rsRust

A coroutine library for Rust providing asymmetric coroutines with yield/resume semantics.

#systems-programming#async-programming#coroutines
Stars418
Forks43
Last commit4 years ago
mysql_async
mysql_asyncRust

A Tokio-based asynchronous MySQL client library for Rust, supporting connection pooling, transactions, and multiple TLS backends.

#database-driver#async#tls
Stars410
Forks146
Last commit1 month ago
horrorshow-rs
horrorshow-rsRust

A macro-based HTML and XML templating library for Rust that works on stable Rust.

#html-templating#html-template#xml-templating
Stars352
Forks19
Last commit1 month ago
Parity SCALE Codec
Parity SCALE CodecRust

A Rust implementation of the SCALE binary serialization format optimized for resource-constrained environments like blockchains.

#parity#low-memory#substrate
Stars285
Forks101
Last commit3 days ago
yansi
yansiRust

A dead simple, zero-dependency ANSI terminal color painting library for Rust with automatic Windows support.

#formatting#styling#terminal
Stars279
Forks23
Last commit2 years ago
scapegoat
scapegoatRust

A safe, fallible, embedded-friendly ordered set and map implementation using a scapegoat tree, validated against Rust's BTreeSet/BTreeMap.

#ordered-set#ordered-map#embedded
Stars265
Forks17
Last commit4 years ago
Rust API Client
Rust API ClientRust

A Rust library for connecting to Substrate-based blockchains via RPC, with a focus on no_std and embedded environments.

#kusama#rpc-client#polkadot
Stars263
Forks123
Last commit7 days ago
whoami
whoamiRust

A Rust library for retrieving current user and system environment information across multiple platforms.

#preferred-languages#system-information#whoami
Stars258
Forks48
Last commit2 days ago
fastnum
fastnumRust

Fixed-size decimal numbers implemented in pure Rust for exact-precision financial and crypto calculations.

#fixed-point#exact-precision#financial-computing
Stars256
Forks19
Last commit1 month ago
json5-rs
json5-rsRust

A Rust JSON5 serializer and deserializer library built on the Serde framework.

#serde#json5#configuration
Stars237
Forks29
Last commit5 months ago
crc-rs
crc-rsRust

A Rust library for computing CRC (16, 32, 64) checksums with support for various standards and pluggable implementations.

#algorithm#hash#crc64
Stars233
Forks54
Last commit6 months ago
priority-queue
priority-queueRust

A Rust priority queue with efficient priority change operations, implemented using IndexMap and a heap of indexes.

#algorithm#min-max-heap#data-structures
Stars228
Forks34
Last commit3 months ago
mailparse
mailparseRust

A Rust library for parsing MIME email messages with real-world data compatibility.

#mail#mime#mailparser
Stars225
Forks42
Last commit2 months ago
PreviousPage 2 of 4Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Rust97
#Rust Library30
#Embedded20
#Serialization15
#Performance15
#Cryptography11
#Data Structures9
#Serde9
#Webassembly9
#Parser9
#Cross Platform8
#Blockchain8