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.

atomr-infer-pipelineatomr-streams integration for atomr-infer; re-exports the atomr-accel-patterns blueprints (DynamicBatchingServer,…99Apache-2.0AsynchronousConcurrency atomr-infer-python-bridgePython-resident GPU runtime wiring for atomr-infer. PythonGpuBridge + python-pinned dispatcher used by the vLLM and other…165Apache-2.0AsynchronousConcurrency atomr-infer-remote-coreRemote-provider infrastructure for atomr-infer — distributed rate limiter (CRDT), circuit breaker, retry/backoff, SSE parser,…734Apache-2.0AsynchronousConcurrency atomr-infer-runtimeRuntime-agnostic actor topology for atomr-infer — gateway, request actor, dp-coordinator, engine-core, two-tier worker,…1,469Apache-2.0AsynchronousConcurrency atomr-infer-runtime-anthropicAnthropic Messages API provider for atomr-infer — implements ModelRunner against api.anthropic.com, with cost table, error…363Apache-2.0AsynchronousConcurrency atomr-infer-runtime-candlePure-Rust transformer inference for atomr-infer via the candle crate family. Feature-gated; default-features-off compiles to a…103Apache-2.0AsynchronousConcurrency atomr-infer-runtime-cudarcDirect CUDA kernel dispatch for atomr-infer via cudarc + atomr-accel-cuda. Feature-gated; default-features-off compiles to a…95Apache-2.0AsynchronousConcurrency atomr-infer-runtime-geminiGoogle Gemini provider for atomr-infer — implements ModelRunner against Vertex AI and AI Studio endpoints, with cost table, error…359Apache-2.0AsynchronousConcurrency atomr-infer-runtime-litellmLiteLLM proxy provider for atomr-infer — implements ModelRunner against the LiteLLM unified API gateway, fronting…154Apache-2.0AsynchronousConcurrency atomr-infer-runtime-mistralrsMistral.rs runner for atomr-infer. Wraps mistralrs::TextModelBuilder + Model behind the ModelRunner trait with token-streaming.97Apache-2.0AsynchronousConcurrency atomr-infer-runtime-openaiOpenAI Chat Completions provider for atomr-infer — implements ModelRunner against api.openai.com, with cost table, error…409Apache-2.0AsynchronousConcurrency atomr-infer-runtime-ortONNX Runtime backend for atomr-infer (Whisper, embeddings, rerankers, ONNX-exported text-gen) via the ort crate. Feature-gated.134Apache-2.0AsynchronousConcurrency atomr-infer-runtime-tensorrtTensorRT runner for atomr-infer. Wraps atomr-accel-tensorrt's TrtRuntime / ExecutionContext / ExecutionBindings behind the…132Apache-2.0AsynchronousConcurrency atomr-infer-runtime-vllmvLLM runner for atomr-infer. Hosts local LLMs via PyO3-bound AsyncLLMEngine + token-streaming. Includes Gemma 4 auto-provisioning…132Apache-2.0AsynchronousConcurrency atomr-infer-testkitTest kit for atomr-infer: MockRunner plus wiremock-based provider fixtures (MockOpenAi, MockAnthropic, MockGemini,…388Apache-2.0AsynchronousConcurrency atomr-macrosProcedural macros for atomr — `#[derive(Actor)]`, `props!`, `#[derive(Receive)]`.3,969Apache-2.0ConcurrencyRust patterns atomr-moneyExact-decimal monetary primitives for atomr — Currency, Money, Price, Qty with checked arithmetic and string (never float)…42Apache-2.0Data structuresFinance atomr-patternsDDD/CQRS pattern library for atomr — aggregates, readers, projections, sagas, outbox, ACL.90Apache-2.0ConcurrencyDatabase interfaces atomr-persistenceEvent sourcing for atomr — `Eventsourced` trait, recovery permitter, async snapshotter, persistent FSM, at-least-once delivery.4,244Apache-2.0ConcurrencyDatabase interfaces atomr-persistence-awsAWS DynamoDB journal and snapshot store for atomr — single-table design with conditional writes.109Apache-2.0ConcurrencyDatabase interfaces atomr-persistence-azureAzure Table Storage journal and snapshot store for atomr.105Apache-2.0ConcurrencyDatabase interfaces atomr-persistence-cassandraCassandra and ScyllaDB journal and snapshot store for atomr — partitioned tables, prepared-statement replay.105Apache-2.0ConcurrencyDatabase interfaces atomr-persistence-mongodbMongoDB journal and snapshot store for atomr — indexed collections, atomic multi-document inserts, BSON payloads.119Apache-2.0ConcurrencyDatabase interfaces atomr-persistence-queryTagged event-stream queries over atomr journals.1,982Apache-2.0ConcurrencyDatabase interfaces atomr-persistence-query-inmemoryIn-memory read journal for atomr-persistence-query.136Apache-2.0ConcurrencyDatabase interfaces atomr-persistence-redisRedis journal and snapshot store for atomr — sorted-set journal, hash snapshots, transactional batches.110Apache-2.0ConcurrencyDatabase interfaces atomr-persistence-sqlSQL journal and snapshot store for atomr — sqlx-backed; SQLite default; Postgres / MySQL / MSSQL features.214Apache-2.0ConcurrencyDatabase interfaces atomr-persistence-tckConformance test suite for atomr-persistence journal and snapshot implementations.273Apache-2.0Database interfacesDevelopment tools::Testing atomr-profilerCross-runtime actor profiler for atomr — same scenarios in Rust and Python with a shared JSON schema.58Apache-2.0ConcurrencyDevelopment tools::Profiling atomr-remoteCross-process and cross-host actor messaging for atomr — TCP transport, framed PDU codec, ack'd delivery, endpoint state machine,…4,328Apache-2.0ConcurrencyNetwork programming atomr-remote-serialSerial / USB-attached transport for atomr-remoting. Wraps tokio-serial and reuses atomr-remote's framed PDU codec to ship actor…55Apache-2.0ConcurrencyNetwork programming atomr-serialization-hyperionSerde / bincode serializer shim for atomr, kept for layout symmetry.54Apache-2.0ConcurrencyEncoding atomr-streamsTyped reactive streams DSL for atomr — Source / Flow / Sink, junctions, framing, kill switches, hubs, stream refs.3,960Apache-2.0AsynchronousConcurrency atomr-streams-ioReal-world I/O Source/Sink adapters for atomr-streams — HTTP polling and WebSocket connectors behind feature flags.41Apache-2.0AsynchronousNetwork programming atomr-telemetryTracing, metrics, and exporter probes for atomr — actors, dead letters, cluster, sharding, persistence, remote, streams, and…3,835Apache-2.0ConcurrencyDevelopment tools::Profiling atomr-testkitTest scaffolding for atomr actors — TestProbe matchers, TestKit, virtual-time scheduler, multi-node spec, EventFilter.781Apache-2.0ConcurrencyDevelopment tools::Testing atomr-view-backendsNative, web, and Bevy rendering backends for atomr-view scenes.51Apache-2.0 atomr-view-coreCore scene, bridge, and actor primitives for the atomr-view backend-agnostic UI system.90Apache-2.0 atomsS-expression parser and pretty-printer.20,695MIT atomshShell scripting that will knock your socks off3,720Apache-2.0 atomspaceOpenCog's atomspace re-implementation in Rust.2,252Apache-2.0 atomweaveAtomWeave is a space-partitioning library. This crate is a placeholder while original C implementation is migrated to Rust.37BSL-1.0 atomwriteAtomic file operations CLI for LLM agents — read, write, edit, search, replace with NDJSON output576MIT OR Apache-2.0Command line utilitiesFilesystem atomxThread safe data structures based on atomic data types.13,382Apache-2.0 OR MITConcurrency atoneA VecDeque and Vec variant that spreads resize load across pushes.49,422MIT OR Apache-2.0Data structuresNo standard library atoolLittle tool for Android apk (adb)742GPL-3.0-or-laterCommand line utilitiesDevelopment tools atoolsconst generic expr based fixed length array manipulation15,232MITNo standard library atopTop alternative that shows average CPU usage7,123Apache-2.0 atopio-extraA Rust crate providing extra utilities for surrealdb.79MIT atopologyQuery and parse machine topology information from ACPI37,334MIT OR Apache-2.0 atos-astrolabe🦀️atos for linux by rust - base on atos-rs 0.1.132,944MIT atoslA partial replacement for Apple's atos tool for converting binary addresses to symbols.20,323MITCommand line utilitiesDevelopment tools::Debugging atoxide-cliAtopile compiler CLI88MIT atoxide-docDocumentation generator for Ato projects154MIT atoxide-domainDomain types for the Ato constraint solver (intervals, quantities, sets)698MIT atoxide-exportExport formats for the Ato electronics compiler (netlist, BOM)185MIT atoxide-irIntermediate representation for the Ato hardware description language490MIT atoxide-lexerLexer for the Ato hardware description language623MIT atoxide-lspLanguage Server Protocol implementation for the Ato language112MIT atoxide-parserParser for the Ato hardware description language562MIT atoxide-partsPart database interface for the Ato electronics compiler269MIT atoxide-semaSemantic analysis for the Ato hardware description language263MIT atoxide-solverConstraint solver for Ato parameter resolution354MIT atoxide-stdlibEmbedded standard library files for the Ato hardware description language292MIT atpA command line tool for the Authenticated Transfer Protocol3,153MIT atp-caipChain Agnostic Improvement Proposals (CAIP) implementation for ATP(Account Transfer Protocol)1,991MITAPI bindingsCryptography atp-chain-registryChain registry for ATP (Account Transfer Protocol) to manage blockchain configurations and metadata.1,598MITAPI bindingsCryptography atp-chain-utilsChain utilities for ATP(Account Transfer Protocol)1,594MITAPI bindingsCryptography atp_fireA library to support filtering and fanout for AT Protocol's Event Stream1,685GPL-2.0 atp_idA small library to support for the AT Protocol1,699GPL-2.0 atp_repoMethods to access Data Repositories conforming to the AT Protocol's' repository specification1,693GPL-2.0 atpacks-svd-harvesterObtains recent SVDs from Microchip ATPACKs repository.5,425MIT OR Apache-2.0 atpco-typesATPCO types2,465MIT atpmcpAT Protocol MCP server for DAG-CBOR CID generation32MITCommand line utilitiesWeb programming atppatpp protocol9,144BSD-3-Clause atprotoAn AT Protocol Library1,951MIT atproto-attestationAT Protocol attestation utilities for creating and verifying record signatures126MITCommand line utilitiesWeb programming atproto-clientHTTP client for AT Protocol services with OAuth and identity integration10,902MITCommand line utilitiesWeb programming atproto-daslDASL (Data-Addressed Structures & Links) implementation for AT Protocol2,201MITCommand line utilitiesWeb programming atproto-devtoolA multitool for the atproto developer ecosystem31MIT OR Apache-2.0Command line utilitiesDevelopment tools::Testing atproto-extrasAT Protocol extras - facet parsing and rich text utilities193MITCommand line utilitiesWeb programming atproto-identityAT Protocol identity management - DID resolution, handle resolution, and cryptographic operations17,193MITCommand line utilitiesWeb programming atproto-jetstreamAT Protocol Jetstream event consumer library with WebSocket streaming and compression support8,356MITCommand line utilitiesWeb programming atproto-lexiconAT Protocol lexicon resolution and validation533MITCommand line utilitiesWeb programming atproto-oauthOAuth workflow implementation for AT Protocol - PKCE, DPoP, and secure authentication flows12,790MITCommand line utilitiesWeb programming atproto-oauth-aipATProtocol AIP OAuth tools7,247MITCommand line utilitiesWeb programming atproto-oauth-axumAxum web framework integration for AT Protocol OAuth workflows10,389MITCommand line utilitiesWeb programming atproto-plcdid-method-plc implementation for ATProto with WASM support402MIT OR Apache-2.0CryptographyWebAssembly atproto-poemATProto OAuth integration for Poem299MPL-2.0AuthenticationWeb programming atproto-recordAT Protocol record signature operations - cryptographic signing and verification for AT Protocol records13,389MITCommand line utilitiesWeb programming atproto-repoAT Protocol repository handling - CAR v1 serialization and Merkle Search Tree operations159MITCommand line utilitiesWeb programming atproto-static-webA simple web viewer for AT Proto.1,463GPL-3.0-or-laterAccessibilityCommand line utilities atproto-tapAT Protocol TAP (Trusted Attestation Protocol) service consumer149MITCommand line utilitiesWeb programming atproto-xrpcsCore building blocks for implementing AT Protocol XRPC services with JWT authorization9,019MITCommand line utilitiesWeb programming atproto-xrpcs-helloworldComplete example implementation of an AT Protocol XRPC service with DID web functionality and JWT authentication5,708MITCommand line utilitiesWeb programming atproto_apiA simple ATProto implementation in Rust4,273BSD-3-Clause atprotocolAn AT Protocol Library1,707MIT atpspyA TUI tool to analyze, risk-score, and selectively upgrade APT packages16MITCommand line utilities atpxrpcAT Protocol XRPC client with persistent session management31MITCommand line utilitiesWeb programming atrac3p-decoderAtrac3+ Decoder in Rust. Can be used as a source for Rodio.6,213LGPL-2.1-or-laterMultimedia::AudioMultimedia::Encoding atradioatradio.fm in your terminal — a TUI radio player on the AT Protocol130GPL-2.0-or-later atradio-sdkOfficial Rust SDK for atradio.fm — a social internet radio platform on the AT Protocol21MIT OR Apache-2.0API bindings atreeAn arena based tree structure with removal support9,718,907MITData structures atrefGlobal file-reference picker: press a chord in any text field, fuzzy-pick a file, insert its path or wikilink. Name reservation —…15MITCommand line utilities atrepAtrep extensible semantic markup: parser, dendron (AST), dialektoi, kanonizo, litosis112MIT OR Apache-2.0Parser implementationsText processing atrg-authOAuth authentication wiring for at-rust-go363LGPL-3.0-only atrg-blobContent-addressed blob storage for at-rust-go (S3 + filesystem backends)104LGPL-3.0-only atrg-cliCLI for at-rust-go: scaffold, dev, migrate, build AT Protocol API projects113LGPL-3.0-only atrg-codegenLexicon-driven code generation for at-rust-go179LGPL-3.0-only atrg-coreCore framework: AppState, config, app builder for at-rust-go561LGPL-3.0-only atrg-dbDatabase layer: SQLite and PostgreSQL pool and migrations for at-rust-go653LGPL-3.0-only atrg-emailSMTP email and OTP verification for at-rust-go103LGPL-3.0-only atrg-feedFeed generator framework for at-rust-go: register feeds and serve skeletons114LGPL-3.0-only atrg-firehoseAT Protocol firehose consumer: subscribeRepos relay subscription with CAR decoding for at-rust-go599LGPL-3.0-only atrg-identityDID/handle resolution and caching for at-rust-go599LGPL-3.0-only atrg-labelLabeler framework for at-rust-go: create, sign, store, and stream AT Protocol labels117LGPL-3.0-only atrg-repoRecord repository helpers: CRUD, blob uploads, AT-URI and TID utilities for at-rust-go187LGPL-3.0-only atrg-streamJetstream consumer wiring for at-rust-go599LGPL-3.0-only atrg-testingTest utilities for at-rust-go applications134LGPL-3.0-only atrg-xrpcXRPC route registration helpers for at-rust-go305LGPL-3.0-only atri_botA simple bot10,709MPL-2.0 atri_ffiAtriPlugin FFI structs34,966MIT atri_logintest1,710MIT OR Apache-2.0 atri_macrosAtriPlugin macros10,755MIT atri_pluginAtriPlugin47,942MIT atri_qqAtriQQ1,357AGPL-3.0 atria-gpu-rsCUDA-required GPU build of the Ablatio Triadum (ATria) centrality algorithm as a PluMA plugin15MITAlgorithmsScience atria-rsLibrary for running the Ablatio Triadum (ATria) centrality algorithm (Cickovski et al, 2015, 2017).104MIT atrilockscollection of light weight async synchronization primitives based on atomics51MITConcurrencyNo standard library atrium-apiAPI library for AT Protocol (Bluesky)183,003MIT atrium-cliCLI application for AT Protocol using ATrium API24,762MIT atrium-commonUtility library for common abstractions in atproto73,240MIT atrium-cryptoCryptographic library providing basic helpers for AT Protocol7,914MIT atrium-identityResolver library for decentralized identities in atproto using DIDs and handles22,199MIT atrium-oauthCore library for implementing AT Protocol OAuth clients17,772MIT atrium-repoLibrary for handling AT Protocol (Bluesky) repositories and MSTs6,602MIT atrium-xrpcXRPC library for AT Protocol (Bluesky)138,064MIT atrium-xrpc-clientXRPC Client library for AT Protocol (Bluesky)100,547MIT atrocious_sortSome of the most useless sorting algorithms implemented in Rust.8,859GPL-3.0-onlyAlgorithms atrosAutomation for the Rest of Us929MIT atructmacros for anonymous structs in Rust14,584MITRust patterns atsA Rust terminal application549MIT ats-monitoringApplication for monitoring and reporting of engineering systems, sending notifications via Telegram-bot, API SMS gateway.41,631Apache-2.0 ats-notificationsAn application for sending notifications via the SMS gateway API and recording events in the PostgreSQL DBMS about the status of…1,827Apache-2.0 ats-sdkAllfeat Timestamp Service SDK — Reference implementation209MITAuthenticationCryptography atsam3a4cPeripheral access API for ATSAM3A4C microcontrollers (generated using svd2rust)2,062EUPL-1.2Embedded developmentHardware support atsam3a8cPeripheral access API for ATSAM3A8C microcontrollers (generated using svd2rust)2,068EUPL-1.2Embedded developmentHardware support atsam3n00aPeripheral access API for ATSAM3N00A microcontrollers (generated using svd2rust)1,973EUPL-1.2Embedded developmentHardware support atsam3n00bPeripheral access API for ATSAM3N00B microcontrollers (generated using svd2rust)2,000EUPL-1.2Embedded developmentHardware support atsam3n0aPeripheral access API for ATSAM3N0A microcontrollers (generated using svd2rust)2,016EUPL-1.2Embedded developmentHardware support atsam3n0bPeripheral access API for ATSAM3N0B microcontrollers (generated using svd2rust)1,978EUPL-1.2Embedded developmentHardware support atsam3n0cPeripheral access API for ATSAM3N0C microcontrollers (generated using svd2rust)2,034EUPL-1.2Embedded developmentHardware support atsam3n1aPeripheral access API for ATSAM3N1A microcontrollers (generated using svd2rust)1,970EUPL-1.2Embedded developmentHardware support atsam3n1bPeripheral access API for ATSAM3N1B microcontrollers (generated using svd2rust)1,995EUPL-1.2Embedded developmentHardware support atsam3n1cPeripheral access API for ATSAM3N1C microcontrollers (generated using svd2rust)2,057EUPL-1.2Embedded developmentHardware support atsam3n2aPeripheral access API for ATSAM3N2A microcontrollers (generated using svd2rust)2,009EUPL-1.2Embedded developmentHardware support atsam3n2bPeripheral access API for ATSAM3N2B microcontrollers (generated using svd2rust)1,970EUPL-1.2Embedded developmentHardware support atsam3n2cPeripheral access API for ATSAM3N2C microcontrollers (generated using svd2rust)2,049EUPL-1.2Embedded developmentHardware support atsam3n4aPeripheral access API for ATSAM3N4A microcontrollers (generated using svd2rust)1,953EUPL-1.2Embedded developmentHardware support atsam3n4bPeripheral access API for ATSAM3N4B microcontrollers (generated using svd2rust)1,997EUPL-1.2Embedded developmentHardware support atsam3n4cPeripheral access API for ATSAM3N4C microcontrollers (generated using svd2rust)2,006EUPL-1.2Embedded developmentHardware support atsam3s1aPeripheral access API for ATSAM3S1A microcontrollers (generated using svd2rust)2,027EUPL-1.2Embedded developmentHardware support atsam3s1bPeripheral access API for ATSAM3S1B microcontrollers (generated using svd2rust)2,015EUPL-1.2Embedded developmentHardware support atsam3s1cPeripheral access API for ATSAM3S1C microcontrollers (generated using svd2rust)2,085EUPL-1.2Embedded developmentHardware support atsam3s2aPeripheral access API for ATSAM3S2A microcontrollers (generated using svd2rust)2,039EUPL-1.2Embedded developmentHardware support atsam3s2bPeripheral access API for ATSAM3S2B microcontrollers (generated using svd2rust)2,088EUPL-1.2Embedded developmentHardware support atsam3s2cPeripheral access API for ATSAM3S2C microcontrollers (generated using svd2rust)2,081EUPL-1.2Embedded developmentHardware support atsam3s4aPeripheral access API for ATSAM3S4A microcontrollers (generated using svd2rust)2,011EUPL-1.2Embedded developmentHardware support atsam3s4bPeripheral access API for ATSAM3S4B microcontrollers (generated using svd2rust)2,049EUPL-1.2Embedded developmentHardware support atsam3s4cPeripheral access API for ATSAM3S4C microcontrollers (generated using svd2rust)2,046EUPL-1.2Embedded developmentHardware support atsam3s8bPeripheral access API for ATSAM3S8B microcontrollers (generated using svd2rust)2,045EUPL-1.2Embedded developmentHardware support atsam3s8cPeripheral access API for ATSAM3S8C microcontrollers (generated using svd2rust)2,069EUPL-1.2Embedded developmentHardware support atsam3sd8bPeripheral access API for ATSAM3SD8B microcontrollers (generated using svd2rust)2,072EUPL-1.2Embedded developmentHardware support atsam3sd8cPeripheral access API for ATSAM3SD8C microcontrollers (generated using svd2rust)2,059EUPL-1.2Embedded developmentHardware support atsam3u1cPeripheral access API for ATSAM3U1C microcontrollers (generated using svd2rust)2,047EUPL-1.2Embedded developmentHardware support atsam3u1ePeripheral access API for ATSAM3U1E microcontrollers (generated using svd2rust)2,064EUPL-1.2Embedded developmentHardware support atsam3u2cPeripheral access API for ATSAM3U2C microcontrollers (generated using svd2rust)2,054EUPL-1.2Embedded developmentHardware support atsam3u2ePeripheral access API for ATSAM3U2E microcontrollers (generated using svd2rust)2,060EUPL-1.2Embedded developmentHardware support atsam3u4cPeripheral access API for ATSAM3U4C microcontrollers (generated using svd2rust)2,030EUPL-1.2Embedded developmentHardware support atsam3u4ePeripheral access API for ATSAM3U4E microcontrollers (generated using svd2rust)2,045EUPL-1.2Embedded developmentHardware support atsam3xDevice support crates for ATSAM3X devices2,644MIT/Apache-2.0Embedded developmentNo standard library atsam3x4cPeripheral access API for ATSAM3X4C microcontrollers (generated using svd2rust)2,076EUPL-1.2Embedded developmentHardware support atsam3x4ePeripheral access API for ATSAM3X4E microcontrollers (generated using svd2rust)2,092EUPL-1.2Embedded developmentHardware support atsam3x8cPeripheral access API for ATSAM3X8C microcontrollers (generated using svd2rust)2,034EUPL-1.2Embedded developmentHardware support atsam3x8ePeripheral access API for ATSAM3X8E microcontrollers (generated using svd2rust)2,281EUPL-1.2Embedded developmentHardware support atsam3x8hPeripheral access API for ATSAM3X8H microcontrollers (generated using svd2rust)2,286EUPL-1.2Embedded developmentHardware support atsam4-halHAL for the ATSAM4 microcontrollers30,748MIT OR Apache-2.0Embedded developmentHardware support atsam4e16c-pacPeripheral access crate for ATSAM4E16C microcontrollers14,704MIT OR Apache-2.0Embedded developmentHardware support atsam4e16e-pacPeripheral access crate for ATSAM4E16E microcontrollers25,891MIT OR Apache-2.0Embedded developmentHardware support atsam4e8c-pacPeripheral access crate for ATSAM4E8C microcontrollers17,395MIT OR Apache-2.0Embedded developmentHardware support atsam4e8e-pacPeripheral access crate for ATSAM4E8E microcontrollers15,182MIT OR Apache-2.0Embedded developmentHardware support atsam4lc2a-pacPeripheral access crate for the ATSAM4LC2A microcontroller10,364MIT OR Apache-2.0Embedded developmentHardware support atsam4lc2b-pacPeripheral access crate for the ATSAM4LC2B microcontroller10,210MIT OR Apache-2.0Embedded developmentHardware support atsam4lc2c-pacPeripheral access crate for the ATSAM4LC2C microcontroller10,347MIT OR Apache-2.0Embedded developmentHardware support atsam4lc4a-pacPeripheral access crate for the ATSAM4LC4A microcontroller10,353MIT OR Apache-2.0Embedded developmentHardware support atsam4lc4b-pacPeripheral access crate for the ATSAM4LC4B microcontroller10,269MIT OR Apache-2.0Embedded developmentHardware support atsam4lc4cPeripheral access API for Atmel ATSAM4LC4C microcontrollers3,339MIT OR Apache-2.0Embedded developmentHardware support atsam4lc4c-pacPeripheral access crate for the ATSAM4LC4C microcontroller10,345MIT OR Apache-2.0Embedded developmentHardware support atsam4lc8a-pacPeripheral access crate for the ATSAM4LC8A microcontroller10,238MIT OR Apache-2.0Embedded developmentHardware support atsam4lc8b-pacPeripheral access crate for the ATSAM4LC8B microcontroller10,230MIT OR Apache-2.0Embedded developmentHardware support