全部标签
目录标签

#no-std

公开记录中带有此标签的全部仓库——标签来自其 GitHub 主题或软件包注册表发布的关键词。健康度量遵循与记录其余部分相同的版本化方法论。

561 条记录
标签为“no-std”按健康指数排序
crates.io
78良好健康指数
taiki-e/pin-project-lite
A lightweight version of pin-project written with declarative macros.
Rust★ 278↓ 71.1M/月2026年8月4日
Apache-2.02026年8月4日 · 指标 2.10.0
crates.io
78良好健康指数
vpetrigo/sntpc
Rust SNTP client to get a timestamp from NTP servers
Rust★ 74↓ 44K/月2026年9月5日
Apache-2.02026年9月5日 · 指标 2.10.0
crates.io
77良好健康指数
Alexhuszagh/float16
Minimal half-precision floating point types f16 and bf16 for Rust.
Rust★ 3↓ 401.2K/月2026年8月20日
Apache-2.02026年8月20日 · 指标 2.10.0
crates.io
77良好健康指数
Epistates/turbomcp
A full featured, enterprise grade rust MCP SDK
Rust★ 92↓ 11.5K/月2026年7月31日
MIT2026年7月31日 · 指标 2.10.0
crates.io
77良好健康指数
RustCrypto/elliptic-curves
Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, P-521, secp256k1, SM2
Rust★ 873↓ 32.5M/月2026年8月22日
无许可证2026年8月22日 · 指标 2.10.0
crates.io
77良好健康指数
RustCrypto/signatures
Cryptographic signature algorithms: DSA, ECDSA, Ed25519
Rust★ 655↓ 52.3M/月2026年8月6日
无许可证2026年8月6日 · 指标 2.10.0
crates.io
77良好健康指数
balliegojr/simple-dns
Simple DNS written in Rust
Rust★ 81↓ 750.3K/月2026年7月28日
MIT2026年7月28日 · 指标 2.10.0
crates.io
77良好健康指数
bluurryy/bump-scope
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
Rust★ 75↓ 34.2K/月2026年8月22日
Apache-2.02026年8月22日 · 指标 2.10.0
crates.io
77良好健康指数
chelsea0x3b/cudarc
Safe rust wrapper around CUDA toolkit
Rust★ 1,206↓ 939.6K/月2026年8月16日
Apache-2.02026年8月16日 · 指标 2.10.0
crates.io
77良好健康指数
dtolnay/ref-cast
Safely cast &T to &U where the struct U contains a single field of type T.
Rust★ 224↓ 53.3M/月2026年8月27日
Apache-2.02026年8月27日 · 指标 2.10.0
crates.io
77良好健康指数
dtolnay/ryu
Fast floating point to string conversion
Rust★ 703↓ 67M/月2026年8月4日
Apache-2.02026年8月4日 · 指标 2.10.0
crates.io
77良好健康指数
georust/earcut
A Rust port of the Earcut polygon triangulation library
Rust★ 53↓ 223.5K/月2026年7月26日
Apache-2.02026年7月26日 · 指标 2.10.0
crates.io
77良好健康指数
imazen/ultrahdr
Pure Rust Ultra HDR (gain map HDR) encoder/decoder
Rust★ 16↓ 5,564/月2026年7月25日
Apache-2.02026年7月25日 · 指标 2.10.0
crates.io
77良好健康指数
phip1611/tar-no-std
Library to read Tar archives (by GNU Tar) in `no_std` contexts with zero allocations. The crate is simple and only supports reading of "basic" archives, therefore no extensions, such as GNU Longname.
Rust★ 19↓ 54K/月2026年8月14日
MIT2026年8月14日 · 指标 2.10.0
crates.io
77良好健康指数
rust-random/rand_distr
A Rust library for sampling from various distributions
Rust★ 23↓ 9.4M/月2026年8月11日
自定义许可证2026年8月11日 · 指标 2.10.0
crates.io · PyPI
77良好健康指数
stephenberry/hdf5-pure
Pure Rust HDF5 library
Rust★ 29↓ 18.7K/月2026年9月5日
MIT2026年9月5日 · 指标 2.10.0
crates.io
77良好健康指数
vigna/epserde-rs
An ε-copy serialization/deserialization framework for Rust
Rust★ 175↓ 70.3K/月2026年8月22日
Apache-2.02026年8月22日 · 指标 2.10.0
crates.io
75良好健康指数
0xcregis/anychain
Multi-chain Rust wallet sdk, supports Bitcoin, Ethereum, Tron, Solana etc. https://cregisoffical.gitbook.io/anychain/
Rust★ 252↓ 4,562/月2026年8月16日
MIT2026年8月16日 · 指标 2.10.0
crates.io
75良好健康指数
Ralith/hecs
A handy ECS
Rust★ 1,342↓ 32.6K/月2026年7月29日
Apache-2.02026年7月29日 · 指标 2.10.0
crates.io
75良好健康指数
RustCrypto/formats
Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
Rust★ 331↓ 82.1M/月2026年8月4日
无许可证2026年8月4日 · 指标 2.10.0
crates.io
75良好健康指数
dimforge/nalgebra
Linear algebra library for Rust.
Rust★ 4,779↓ 8M/月2026年8月28日
Apache-2.02026年8月28日 · 指标 2.10.0
crates.io
75良好健康指数
djc/hashlink
An updated version of linked-hash-map and friends
Rust★ 140↓ 28.2M/月2026年8月27日
Apache-2.02026年8月27日 · 指标 2.10.0
crates.io
75良好健康指数
dropbox/rust-brotli
Brotli compressor and decompressor written in rust that optionally avoids the stdlib
Rust★ 939↓ 17M/月2026年8月11日
BSD-3-Clause2026年8月11日 · 指标 2.10.0
crates.io
75良好健康指数
dtolnay/itoa
Fast function for printing integer primitives to a decimal string
Rust★ 379↓ 89.8M/月2026年8月4日
Apache-2.02026年8月4日 · 指标 2.10.0
crates.io
75良好健康指数
dtolnay/monostate
Type that deserializes only from one specific value
Rust★ 285↓ 6.8M/月2026年8月27日
Apache-2.02026年8月27日 · 指标 2.10.0
crates.io
75良好健康指数
dtolnay/semver
Parser and evaluator for Cargo's flavor of Semantic Versioning
Rust★ 672↓ 63.7M/月2026年8月4日
Apache-2.02026年8月4日 · 指标 2.10.0
crates.io
75良好健康指数
fitzgen/bumpalo
A fast bump allocation arena for Rust
Rust★ 2,310↓ 45.9M/月2026年8月27日
Apache-2.02026年8月27日 · 指标 2.10.0
crates.io
75良好健康指数
fizyk20/generic-array
Generic array types in Rust
Rust★ 437↓ 62.8M/月2026年8月22日
MIT2026年8月22日 · 指标 2.10.0
crates.io
75良好健康指数
google/percore
Safe per-CPU core mutable state on no_std Rust platforms through exception masking.
Rust★ 21↓ 6,739/月2026年7月27日
自定义许可证2026年7月27日 · 指标 2.10.0
crates.io
75良好健康指数
gregorygaines/bitfields-rs
Rust macro for generating flexible bitfields and bitflags, useful for low-level code (embedded or emulators).
Rust★ 57↓ 519.5K/月2026年7月28日
MIT2026年7月28日 · 指标 2.10.0