No_std 雷达:新增 0 个 crate
- 模式: No_std crate 雷达 (roll=21)
- 时间: 2026-09-11 22:22:08
No_std crate 雷达 · 2026-09-11
- 扫描 34 个 crate,本轮新增 0 个
本期精选
1. lock_api ★3,406 — 下载 976,207,980
Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
2. cpufeatures ★667 — 下载 933,512,146
Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
with no_std support and support for mobile targets including Android and iOS
3. der ★335 — 下载 451,323,957
Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules
(DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with
full support for heapless no_std/no_alloc targets
4. const-oid ★335 — 下载 449,042,323
Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard
as defined in ITU X.660, with support for BER/DER encoding/decoding as well as
heapless no_std (i.e. embedded) support
5. base64ct ★335 — 下载 393,528,669
Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of
data-dependent branches/LUTs and thereby provides portable "best effort"
constant-time operation and embedded-friendly no_std support
6. brotli-decompressor ★61 — 下载 258,798,428
A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli
下载量 Top 10
- lock_api: 976,207,980
- cpufeatures: 933,512,146
- der: 451,323,957
- const-oid: 449,042,323
- base64ct: 393,528,669
- brotli-decompressor: 258,798,428
- brotli: 257,886,945
- base16ct: 231,319,873
- alloc-no-stdlib: 225,430,500
- futures-intrusive: 146,772,658