BROWSE A-Z
All 305,250 crates, alphabetically
Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.
embedded-interfacesTraits for common embedded interfaces and procedural macros for effortless definition of registers and commands for embedded…1,936MIT OR Apache-2.0
embedded-interfaces-codegenA macro library for generating packed structs, register and command definitions for embedded-interfaces2,121MIT OR Apache-2.0
embedded-ioEmbedded IO traits89,499,395MIT OR Apache-2.0
embedded-io-adapterCrate name reserved1,564MIT OR Apache-2.0
embedded-io-adaptersAdapters between the `embedded-io` traits and other I/O traits187,325MIT OR Apache-2.0
embedded-io-asyncAsync embedded IO traits4,707,933MIT OR Apache-2.0
embedded-io-convertConvert embedded-io-async types back to futures ones (nightly only)3,847CC0-1.0
embedded-io-cursorA no_std-compatible Cursor implementation designed for use with embedded-io.14,681MIT OR Apache-2.0
embedded-jsonrpcA JSON-RPC 2.0 server implementation for embedded systems.15,284MPL-2.0
embedded-kalmanA Kalman Filtering library designed for use in low-resource embedded systems2,480MIT
embedded-langEmbedded language resources for rust applications11,294MIT OR Apache-2.0
embedded-layoutExtend embedded-graphics with simple layout functions58,218MIT
embedded-layout-macrosProcedural macros for embedded-layout51,594MIT
embedded-listA list component for embedded-graphics1,989non-standard
embedded-llmLLM traits which work universally701CC0-1.0
embedded-lndembedded-lnd is a Rust library that provides a high-level, safe interface for interacting with an embedded LND node.4,337MIT
embedded-lora-rfm95A `no-std`-compatible, opinionated driver for the RFM95 LoRa modem3,606BSD-2-Clause OR MIT
embedded-matrixMatrices 2x2 et 3x3 en f32 pour systèmes embarqués no_std, sans dépendance74GPL-2.0-or-later
embedded-mbedtlsno_std Rust wrapper for Mbed TLS3,084OLFL-1.3
embedded-mbedtls-sysno_std sys-crate for Mbed TLS2,783OLFL-1.3
embedded-mcu-halTraits used by Open Device Partnership's Embedded Controller project20,189MIT
embedded-menuSimple interactive menu for embedded devices24,341MIT
embedded-menu-macrosDerive macro implementations for embedded-menu11,660MIT
embedded-midiUse an embedded hal uart to send and receive midi9,381MIT/Apache-2.0
embedded-mogeefontPixel font for embedded-graphics5,459MIT
embedded-mono-imgConvert .png images to raw binary for embedded_graphics1,441MIT OR Apache-2.0
embedded-morseA driver for morse output on embedded platforms1,818MIT OR Apache-2.0
embedded-mqttno_std encoder/decoder for MQTT 3.1.1 protocol packets for embedded devices.2,008MIT
embedded-mqttcA simple MQTT client designed for use with embassy827Apache-2.0
embedded-msgpackMessagePack serialization implementation for Rust optimized for embedded/no_std environments14,641MIT OR Apache-2.0
embedded-multi-page-hmiMulti page HMI targetting embedded devices with a few of buttons input and a constrainted display4,294MIT
embedded-nalA Network Abstraction Layer (NAL) for Embedded Systems1,041,736MIT OR Apache-2.0
embedded-nal-asyncAn Async Network Abstraction Layer (NAL) for Embedded Systems769,875MIT OR Apache-2.0
embedded-nal-async-stdImplementation of the `embedded-nal-async` traits for async-std ()3,005MIT OR Apache-2.0
embedded-nal-async-xtraHosts a bunch of traits which are not yet available in the embedded-nal-async crate4,832MIT OR Apache-2.0
embedded-nal-coapA CoAP server and client implementation built on embedded-nal-async74,217MIT OR Apache-2.0
embedded-nal-minimal-coapserverA minimal CoAP server implementation built on embedded-nal32,898MIT OR Apache-2.0
embedded-nal-minimal-coaptcpserverA minimal CoAP-over-TCP server implementation built on embedded-nal7,212MIT OR Apache-2.0
embedded-nal-tcpextensionsExtensions to embedded-nal's TCP parts around the more precise use of the stack's buffers14,151MIT OR Apache-2.0
embedded-nano-meshLightweight mesh communication protocol for embedded devices33,910GPL-3.0-or-later
embedded-nano-mesh-cli-toolCommand line utility to interact with embedded-nano-mesh network trough shell3,575MIT
embedded-nano-mesh-linux-examplesLightweight mesh communication protocol for linux5,305GPL-3.0-or-later
embedded-nano-mesh-linux-ioImplementation of embedded-io traits for linux to use serial port1,936MIT
embedded-nrf24l01A driver for NRF24L01(+) transceivers on embedded-hal platforms.8,558Apache-2.0
embedded-nrf24l01-asyncA driver for NRF24L01(+) transceivers on embedded-hal-async platforms(base on embedded-nrf24l01).1,261Apache-2.0
embedded-onewireA no-std trait definition for interacting with 1-Wire devices.2,629Apache-2.0
embedded-packet-ioEmbedded packet IO703CC0-1.0
embedded-picofontThe PICO-8 font to use with embedded-graphics6,286MIT
embedded-platformHolistic embedded device support in a batteries-included manner5,660MIT OR Apache-2.0
embedded-plotsHeapless plotting library for embedded targets based on embedded-graphics crate17,506LGPL-2.1-only
embedded-pngPNG rendering with embedded-graphics659MIT
embedded-pod-storageStoring POD(Plain Old Data) in embedded systems.45MIT OR Apache-2.0
embedded-profilingProfiling for `no-std` embedded targets22,430MIT OR Apache-2.0
embedded-profiling-proc-macrosProcedural macros for the `embedded-profiling` library7,523MIT OR Apache-2.0
embedded-qmp6988Platform-agnostic Rust driver for the QMP6988 barometric pressure sensor.1,607MIT OR Apache-2.0
embedded-qrA no_std QR code matrix generator for embedded Rust53MIT OR Apache-2.0
embedded-quaternion-f32Quaternions f32 pour rotations 4D no_std embarqué (Hamilton product, projection 4D->3D->2D)14GPL-2.0-or-later
embedded-radioPlaceholder owned by the ch32-rs team1,550MIT/Apache-2.0
embedded-redisA no_std Redis client19,013MIT OR Apache-2.0
embedded-registersProcedural macro for effortless definitions of registers in embedded device drivers15,058MIT OR Apache-2.0
embedded-registers-deriveProcedural macro for effortless definitions of registers in embedded device drivers15,377MIT OR Apache-2.0
embedded-resourcesDefine peripheral usage in a single place for use everywhere.10,322non-standard
embedded-rgbaRGBA support for embedded-graphics with fast framebuffers1,138MIT OR Apache-2.0
embedded-rpcno_std async request/response synchronization (Embassy-style)463MIT OR Apache-2.0
embedded-rsxA minimal example library for embedded systems with Rust1,628MIT
embedded-runnerCargo runner for embedded projects using OpenOCD.14,584MIT
embedded-runtimeA tiny async runtime for embedded devices6,009BSD-2-Clause OR MIT
embedded-runtime-nrf52840A tiny async runtime for embedded devices, with predefined runtime hooks for the nrf528403,729BSD-2-Clause OR MIT
embedded-runtime-rp2040A tiny async runtime for embedded devices, with predefined runtime hooks for the rp20404,913BSD-2-Clause OR MIT
embedded-rustlsembedded-rustls crate809Apache-2.0 OR MIT
embedded-savegameSavegame library for embedded with power-fail safety and wear leveling78MIT OR Apache-2.0
embedded-schrodingerSolveur de l'équation de Schrödinger unidimensionnelle en no_std et sans libm18GPL-2.0-only
embedded-sdmmcA basic SD/MMC driver for Embedded Rust.334,515MIT OR Apache-2.0
embedded-sdmmc-devA basic SD/MMC driver for Embedded Rust.1,049MIT OR Apache-2.0
embedded-semverCompact representation of semantic versions as an i32, u32 i64 or u6463,772MIT OR Apache-2.0
embedded-sensorsSensors in one place, with only one feature away.3,888MIT OR Apache-2.0
embedded-sensors-halA HAL for various peripheral sensors52,009MIT
embedded-sensors-hal-asyncA HAL for various peripheral sensors (async)52,737MIT
embedded-serialSome traits to describe the features of embedded Serial (UART) devices.10,742MIT
embedded-sgp30Platform-agnostic Rust driver for the SGP30 gas sensor for indoor air quality applications.1,977MIT OR Apache-2.0
embedded-shadowZero-alloc shadow register table with dirty tracking for embedded systems61MIT OR Apache-2.0
embedded-sht3xPlatform-agnostic Rust driver for the SHT3x temperature and humidity sensors.40,099MIT OR Apache-2.0
embedded-simple-uiSimple UI elements (LED, hw switch, etc.) with implementations on top of embedded-hal and embedded-time crates2,710Apache-2.0
embedded-snakeSnake game implementation in Rust with no-std. It uses embedded-graphics as a display target.2,983Apache-2.0
embedded-so3-f32Groupe de rotation SO(3) en f32 pour systèmes embarqués no_std via quaternions unitaires20GPL-2.0-or-later
embedded-spiRust embedded driver helper package (new releases at spi-hal)36,463MIT
embedded-spritesEmbedded no std graphics libary for bundling image at compile time8,891MIT OR Apache-2.0
embedded-sprites-macroMacro de compilation pour convertir des images (PNG, BMP, ...) en tableaux de pixels RGB565, pour sprites embarqués sans coût à…17GPL-2.0-or-later
embedded-sprites-proc-macroPrivate implementation detail of embedded-sprites6,936MIT OR Apache-2.0
embedded-sqrtRacine carrée en virgule fixe Q15 pour systèmes embarqués `no_std`, zéro dépendance76GPL-2.0-or-later
embedded-stats-f32Statistiques f32 no_std : moyenne, variance, écart type, moyenne streaming , zéro unsafe50GPL-2.0-or-later
embedded-stepperHardware agnostic, no_std stepper motor driver based on Arduino stepper using embedded-hal1,095MIT
embedded-storageA Storage Abstraction Layer for Embedded Systems8,192,841MIT OR Apache-2.0
embedded-storage-asyncA Storage Abstraction Layer for Embedded Systems2,356,617MIT OR Apache-2.0
embedded-storage-filefile and in-memory interface for embedded-storage and embedded-storage-async1,769MIT OR Apache-2.0
embedded-storage-inmemoryAn in-memory implementation of embedded-storage5,731MIT OR Apache-2.0
embedded-svcA set of traits for services higher level than embedded-hal and typically found in embedded microcontrollers with WiFi or BLE…831,494MIT OR Apache-2.0
embedded-tdRunning tendermint as rust crate6,500LGPL-3.0
embedded-termTerminal emulator on embedded-graphics.2,620MIT OR Apache-2.0
embedded-testA test harness and runner for embedded devices431,598MIT OR Apache-2.0
embedded-test-linker-scriptLinker script for embedded-test173,640MIT OR Apache-2.0
embedded-test-macrosproc-macros for the embedded-test crate425,199MIT OR Apache-2.0
embedded-test-std-runnerA libtest compatible test runner for embedded-test on std1,049Apache-2.0
embedded-textTextBox for embedded-graphics87,770MIT
embedded-tflunaPlatform-agnostic Rust driver for the TF-Luna LiDAR distance sensor.650MIT OR Apache-2.0
embedded-threadsgeneric embedded scheduler & IPC1,616Apache-2.0
embedded-threadsafeProvides safe global or thread-local cells for embedded devices3,375BSD-2-Clause OR MIT
embedded-threadsafe-rp2040Provides safe global or thread-local cells for embedded devices, with predefined runtime hooks for the rp20401,571BSD-2-Clause OR MIT
embedded-timeFully defined, inter-operable, ergonomic, and fast human-time units (both duration and rate types) with hardware timer…2,447,547MIT OR Apache-2.0
embedded-timeout-macrosMacros for working with timeouts on top of embedded-hal APIs14,2550BSD
embedded-timersSoftwaretimers and -delays (ms/us) based on a Clock implementation6,063OLFL-1.3
embedded-tlsTLS 1.3 client with no_std support and no allocator127,217Apache-2.0
embedded-touchProvides common interfaces for touchscreen devices2,349MIT OR Apache-2.0
embedded-traceA Future tracing utility for embedded systems5,250MIT OR Apache-2.0
embedded-trig-f32sin, cos, tan, cot, sincos, asin, acos, atan2 f32 FPU pour no_std embarqué, testée sur Cortex-M33202GPL-2.0-or-later
embedded-tripleEmbed the target triple into the binary39,283MIT/Apache-2.0
embedded-tsdbLight-weight embedded TSDB.1,549Apache-2.0
embedded-ttfFont rendering (ttf and otf) with embedded-graphics23,250MIT
embedded-uiSimple UI framework created for embedded systems1,495MIT
embedded-updateFirmware updates for embedded devices supporting multiple update services21,037Apache-2.0
embedded-utils`embedded-utils` provides some features in Rust(no_std) embedded systems.1,456MIT OR Apache-2.0
embedded-vectorVecteurs f32 2D, 3D et 4D pour systèmes embarqués no_std, sans unsafe, sans allocation77GPL-2.0-or-later
embedded-vintage-fontsVintage fonts from embedded-graphics 0.6 back release 0.74,583MIT OR Apache-2.0
embedded-websocketA lightweight websocket library for embedded systems (no_std)34,830MIT OR Apache-2.0
embedded-websocket-embedded-ioA fork of the embedded-websockets crate that uses embedded-io-async for async IO.11,817MIT OR Apache-2.0
embedded-xmlA no_std XML reader using embedded-io for memory constrainted environment.23non-standard
embedded_commands_rsLightweight, embeddable command interpreter for Rust2,599MIT
embedded_cotoutf8COTO is a library that translates numerical primitives into readable ASCII UTF-8 arrays6,498MIT
embedded_cylinderCylinder is a library for embedded rust that provides type-safe inter MCU/MPU communication with common protocols like I2C, SPI,…6,777non-standard
embedded_fontFont rendering (ttf and otf) with embedded-graphics.6,187MIT
embedded_font_generatorSimple generator for small and specialized font files for embedded devices1,588MIT
embedded_graphics_framebufferFramebuffer driver for lvgl-rs.3,685MIT
embedded_holochain_runnerA library that makes it VERY easy to run Holochain as a library, from your own binary, with great defaults9,725CAL-1.0
embedded_io_byteorderbyteorder ext for embedded-io traits420MIT OR Apache-2.0
embedded_mutexA minimal, no_std, non-blocking mutex for embedded Rust.398MIT
embedded_redis_clientAutomatically runs a local redis-server instance1,753Apache-2.0
embedded_test_harnessRust no_std test harness2,881MIT
embedded_typesTypes useful in embedded, no_std amd hw development26,165MIT OR Apache-2.0
embeddenatorSparse ternary VSA implementation for holographic data encoding82MIT
embeddenator-cliCLI interface for Embeddenator holographic computing substrate343MIT
embeddenator-coreSparse ternary VSA implementation for holographic data encoding - umbrella crate re-exporting all embeddenator components28MIT
embeddenator-fsEmbrFS: FUSE filesystem backed by holographic engrams748MIT
embeddenator-interopKernel interop and system integration for Embeddenator382MIT
embeddenator-ioEnvelope format and serialization for Embeddenator763MIT
embeddenator-obsObservability: metrics, logging, and tracing for Embeddenator362MIT
embeddenator-retrievalSemantic retrieval and search operations for VSA-based vector representations824MIT
embeddenator-testkitComprehensive testing utilities and performance benchmarking for embeddenator VSA operations63MIT
embeddenator-vsaVector Symbolic Architecture operations for sparse ternary representations926MIT
embeddenator-webpuppetBrowser automation library for AI provider web interfaces18MIT
embeddenator-workspaceWorkspace management utilities for embeddenator development48MIT
embedderGet basic website information with ease.14,361MIT
embeddingA Rust library and CLI for training embeddings from scratch119Apache-2.0
embeddingsembeddings706Apache-2.0
embeddirA macro for embedding all files in a directory into the executable4,028MIT
embeddyResource embedding4,974MIT
embeddy-deriveResource embedding derive macro4,245MIT
embedinatorA simple windows resource compiler that does not rely on external tools1,664MIT
embedkvA compact, block-based embedded key-value store designed for constrained storage environments such as microcontrollers, UEFI, and…22Apache-2.0
embedmindPersistent memory for AI agents — single file, local, no server. CLI + MCP server.13MIT
embedmind-coreEmbedded memory engine for AI agents: single crash-safe file, vector + full-text + graph19MIT
embedmind-mcpMCP memory server for AI agents: remember / recall / forget over a single local file16MIT
embednfsEmbeddable NFSv4.1 server library767MIT
embednfs-protoNFSv4.1 protocol types and XDR encoding/decoding834MIT
embednfsdNFSv4.1 server daemon powered by embednfs204MIT
embedrankBatched cosine, dot, L2 distance for f32 embeddings, with a heap-based top-k selector. No BLAS, no allocator surprises.21MIT OR Apache-2.0
embedrsUnified embedding — cloud APIs (OpenAI, Cohere, Gemini, Voyage, Jina, Mistral) + local inference, one interface257MIT
embedrs-bytesTypes and traits for working with bytes2,110MIT/Apache-2.0
embedsearchLightweight embeddable full-text search engine in pure Rust23MIT
embedvecFast, lightweight, in-process vector database with HNSW indexing, E8/H4 lattice quantization (up to 24.8x compression), metadata…1,385MIT
embedwards25519A curve defined over the Ed25519 scalar field1,367MIT
embellamaHigh-performance Rust library for generating text embeddings using llama-cpp3,501Apache-2.0
emberCore CV library for the Ember project.773MIT OR Apache-2.0
ember-cliCommand-line tool for the Ember project.437MIT OR Apache-2.0
ember-clientasync RESP3 client library for ember95Apache-2.0
ember-clusterDistributed clustering for ember: raft, gossip, slot management496Apache-2.0
ember-graphTo query a pattern on multi-directed-graph with label / attribute filtering efficiently.12,286MIT
ember-infer-coreCore KernelBackend trait for ember-rs embedded INT8 inference engine127MIT OR Apache-2.0
ember-infer-macrosProcedural macro for ember-rs: parses TFLite flatbuffer at compile time and generates backend-dispatched inference code92MIT OR Apache-2.0
ember-infer-refPure Rust reference backend for ember-rs embedded INT8 inference engine59MIT OR Apache-2.0
ember-ioMedia I/O for the Ember project.444MIT OR Apache-2.0
ember-motionMotion manga engine for the Ember project.447MIT OR Apache-2.0
ember-neuralNeural network models for the Ember project.444MIT OR Apache-2.0
ember-persistenceAOF and snapshot durability for ember526Apache-2.0
ember-plusA complete Rust implementation of Lawo's Ember+ control protocol33MIT OR Apache-2.0
ember-protocolRESP3 wire protocol parser and serializer for ember677Apache-2.0
ember-rlReinforcement learning algorithm implementations (DQN, PPO, SAC) using Burn199MIT OR Apache-2.0
ember-rsEmber is a minimalistic Rust library for creating 2D graphics, games, and interactive visualizations with ease and simplicity.7,729MIT
ember-serverMain server binary for ember292Apache-2.0
ember-visionVision utilities for the Ember project.444MIT OR Apache-2.0
ember_coreThe core of the Ember Blockchain Project.1,738MIT
ember_mugControl and retrieve data from an Ember Ceramic Mug using Bluetooth Low Energy (BLE)6,573MIT OR Apache-2.0
ember_osA simple OS kernel implemented in rust, which has referenced https://os.phil-opp.com/4,521MIT/Apache-2.0
embercatWill contain more information soon1,548MIT OR Apache-2.0
emberkv-cliInteractive CLI tool for ember277Apache-2.0
emberkv-coreCore engine for ember: keyspace, data types, sharding423Apache-2.0
emberlinkProgrammable trust between humans and machines — local-first, scoped, time-bound, revocable delegation of authority508MIT OR Apache-2.0
embersA collection of helpful drivers for use in embedded Rust.33MIT
embers-cliInteractive terminal UI and automation CLI for the Embers terminal multiplexer.37GPL-3.0-only
embers-clientClient rendering, input handling, configuration, and scripting support for Embers.114GPL-3.0-only
embers-coreCore shared types for the Embers terminal multiplexer.223GPL-3.0-only