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.
byted-mesh-wasmThis is a reserved placeholder package to mitigate dependency confusion risks.764MIT
byted-metricsThis is a reserved placeholder package to mitigate dependency confusion risks.1,023MIT
byted-metrics-monoioThis is a reserved placeholder package to mitigate dependency confusion risks.759MIT
byted-oodle-loaderThis is a reserved placeholder package to mitigate dependency confusion risks.22MIT
byted-privacy-crypto-accessThis is a reserved placeholder package to mitigate dependency confusion risks.16MIT
byted-privacy-crypto-coreThis is a reserved placeholder package to mitigate dependency confusion risks.16MIT
byted-rdsThis is a reserved placeholder package to mitigate dependency confusion risks.744MIT
byted-redisThis is a reserved placeholder package to mitigate dependency confusion risks.942MIT
byted-rexprThis is a reserved placeholder package to mitigate dependency confusion risks.275MIT
byted-rmq-proxyThis is a reserved placeholder package to mitigate dependency confusion risks.750MIT
byted-rtThis is a reserved placeholder package to mitigate dependency confusion risks.806MIT
byted-rtkThis is a reserved placeholder package to mitigate dependency confusion risks.20MIT
byted-safe-ioThis is a reserved placeholder package to mitigate dependency confusion risks.18MIT
byted-sdThis is a reserved placeholder package to mitigate dependency confusion risks.738MIT
byted-sd-monoioThis is a reserved placeholder package to mitigate dependency confusion risks.760MIT
byted-spiffeThis is a reserved placeholder package to mitigate dependency confusion risks.741MIT
byted-sqlxThis is a reserved placeholder package to mitigate dependency confusion risks.759MIT
byted-tccThis is a reserved placeholder package to mitigate dependency confusion risks.1,047MIT
byted-tcc-deriveThis is a reserved placeholder package to mitigate dependency confusion risks.739MIT
byted-test-lego-plugin-idlThis is a reserved placeholder package to mitigate dependency confusion risks.22MIT
byted-tosThis is a reserved placeholder package to mitigate dependency confusion risks.283MIT
byted-tos-macrosThis is a reserved placeholder package to mitigate dependency confusion risks.283MIT
byted-traceThis is a reserved placeholder package to mitigate dependency confusion risks.745MIT
byted-trace-monoioThis is a reserved placeholder package to mitigate dependency confusion risks.756MIT
byted-uasset-cliThis is a reserved placeholder package to mitigate dependency confusion risks.21MIT
byted-uasset-libThis is a reserved placeholder package to mitigate dependency confusion risks.21MIT
byted-unreal-assetThis is a reserved placeholder package to mitigate dependency confusion risks.21MIT
byted-unreal-asset-baseThis is a reserved placeholder package to mitigate dependency confusion risks.18MIT
byted-unreal-asset-exportsThis is a reserved placeholder package to mitigate dependency confusion risks.18MIT
byted-unreal-asset-kismetThis is a reserved placeholder package to mitigate dependency confusion risks.18MIT
byted-unreal-asset-proc-macroThis is a reserved placeholder package to mitigate dependency confusion risks.18MIT
byted-unreal-asset-propertiesThis is a reserved placeholder package to mitigate dependency confusion risks.18MIT
byted-unreal-asset-registryThis is a reserved placeholder package to mitigate dependency confusion risks.21MIT
byted-unreal-helpersThis is a reserved placeholder package to mitigate dependency confusion risks.17MIT
byted-version-lockThis is a reserved placeholder package to mitigate dependency confusion risks.735MIT
byted-zenThis is a reserved placeholder package to mitigate dependency confusion risks.19MIT
byted-zencoreThis is a reserved placeholder package to mitigate dependency confusion risks.20MIT
byted_bitable_formatterThis is a reserved placeholder package to mitigate dependency confusion risks.513MIT
byted_cxpa_mp4ametaThis is a reserved placeholder package to mitigate dependency confusion risks.20MIT
byted_mario_collector_coreThis is a reserved placeholder package to mitigate dependency confusion risks.20MIT
byted_mario_collector_sdk_tiktokThis is a reserved placeholder package to mitigate dependency confusion risks.20MIT
byted_tt_c2pa_rsThis is a reserved placeholder package to mitigate dependency confusion risks.19MIT
byted_tt_cnpa_sdkThis is a reserved placeholder package to mitigate dependency confusion risks.20MIT
byted_wallet_arch_confThis is a reserved placeholder package to mitigate dependency confusion risks.500MIT
byted_wallet_arch_redisauxThis is a reserved placeholder package to mitigate dependency confusion risks.484MIT
byted_wallet_arch_sdkThis is a reserved placeholder package to mitigate dependency confusion risks.487MIT
byted_wallet_arch_tccThis is a reserved placeholder package to mitigate dependency confusion risks.506MIT
byted_wallet_region_libThis is a reserved placeholder package to mitigate dependency confusion risks.509MIT
byted_whale_sidecar_clientThis is a reserved placeholder package to mitigate dependency confusion risks.436MIT
byted_whale_sidecar_commonThis is a reserved placeholder package to mitigate dependency confusion risks.437MIT
byted_whale_sidecar_lust_genThis is a reserved placeholder package to mitigate dependency confusion risks.417MIT
bytedancenothing924Apache-2.0
bytedance_user_relation_common_apiThis is a reserved placeholder package to mitigate dependency confusion risks.18MIT
bytediffA bytearray diff353MIT
bytedocThis is a reserved placeholder package to mitigate dependency confusion risks.818MIT
bytedocs-rsdelivers clean, interactive, and developer-first API documentation. Go beyond static docs test, explore, and integrate APIs…566MIT
bytedrtkThis is a reserved placeholder package to mitigate dependency confusion risks.19MIT
bytefetchA Rust library that makes HTTP file downloads easier to implement.863MIT
bytefieldA pure Rust, no-std implementation of bit fields1,633MIT
byteflagsA macro to generate bitflag-like structures with u8 flag values.1,451MIT
byteflowLibrary for reading/writing non-byte-aligned numeric types4,158MIT
byteflySmall, lightweight serialization wrapper around the byteorder crate.1,587MIT
bytefmtan utility to parse byte string into bytes count and vice versa.536,423MIT/Apache-2.0
byteforgeA next-generation byte-level transformer with multi-signal patching and SIMD optimization897MIT
byteformatIntuitive easy-to-use formatting of byte sizes1,448MIT
bytehashTrait abstracting over hash-functions, allowing digests to be viewed as byte slices.12,191MIT OR Apache-2.0
bytehaulAsync HTTP download library with resume, multi-connection, rate limiting, and checksum verification432MIT
byteioI/O abstractions for bytes120,140MIT/Apache-2.0
bytekeylexicographic sort-order preserving binary encoding11,932Apache-2.0
bytekey-fixlexicographic sort-order preserving binary encoding3,993Apache-2.0
bytekey2lexicographic sort-order preserving binary encoding4,552Apache-2.0
bytekindContainers for byte arrays that are generic over their serialization format26,861MIT
byteknifeCross-platform ELF/PE binary inspection tool (WIP)44MIT
bytekvThis is a reserved placeholder package to mitigate dependency confusion risks.740MIT
bytelikeCommon types and functions for byte size handling5,865Apache-2.0
bytelike-deriveDerive macros for bytelike new types10,099Apache-2.0
bytelinebuf`Iterator` and `Stream` types for splitting bytes on `'
'`2,635MIT
bytelinesRead input lines as byte slices for high efficiency349,513MIT
byteloafUse a heap-allocated byte buffer (a 'loaf') via independently owned, accessed, and moved slices.1,713non-standard
bytemeConverts a struct into Vec<u8> and back. The conversion is Big Endian by default.8,298Apache-2.0
bytemsg233Rust runtime helpers for bytemsg233 generated code13MIT
bytemuckA crate for mucking around with piles of bytes.308,777,548Zlib OR Apache-2.0 OR MIT
bytemuck_derivederive proc-macros for `bytemuck`115,306,431Zlib OR Apache-2.0 OR MIT
bytemuck_parsingHelpers to parse plain-old-data with `bytemuck` and `core`2,891MIT OR Apache-2.0
bytenA binary codec library for efficient encoding and decoding of data structures699MIT OR Apache-2.0
byten_deriveProcedural macros for deriving binary codec traits (internal use by byten)863MIT OR Apache-2.0
bytenumBytenum is a rust derive macro that creates a try_from<T> implementation for an enum with only unit variants.
All types…26,476MIT
byteorderLibrary for reading/writing numbers in big-endian and little-endian.705,984,477Unlicense OR MIT
byteorder-core2Personal fork based on byteorder PR 184 that adds some core2 support to byteorder1,236Unlicense OR MIT
byteorder-cursorA std::io::Cursor like buffer interface with byteorder support and no_std compatibility.2,308BSD-3-Clause
byteorder-embedded-ioExtension of byteorder with embedded-io Read/Write trait support for no_std environments.404Unlicense OR MIT
byteorder-liteLibrary for reading/writing numbers in big-endian and little-endian.79,821,925Unlicense OR MIT
byteorder-packA binary data reader and writer that is similar to Python's struct module4,810MIT
byteorder-podEndian-backed storage and memory mapping types.4,393MIT
byteorder-sgxLibrary for reading/writing numbers in big-endian and little-endian. [SGX compatible version]1,997Unlicense OR MIT
byteorder_asyncLibrary for reading/writing numbers in big-endian and little-endian asynchronously.10,484Unlicense OR MIT
byteorder_core_ioLibrary for reading/writing numbers in big-endian and little-endian.3,438Unlicense/MIT
byteorder_sliceByteorder like crate for &[u8]12,427,662MIT
byteorderedAbstraction for reading and writing data with implicit byte order awareness16,407,177MIT OR Apache-2.0
byteormA lightweight ORM for Rust766MIT
bytepackbytepack offers a Read and Write trait extension generalized for any packed data type.80,346MIT
bytepack_derivebytepack_derive offers a custom derive of the Packed trait72,916MIT
bytepeepBytecode peephole optimizer1,644Apache-2.0
bytepieceRust version of bytepiece tokenizer2,806Apache-2.0
bytepiece_rsThe Bytepiece Tokenizer Implemented in Rust11,471MIT
byteplugMinimalistic Multimedia Library1,843MIT
bytepunch-rsProfile-aware semantic compression for structured documents (CML and beyond)771MIT
byteqlSQL for binary files — query record-oriented binary formats (pcap, evtx, MIDI, and more) as relational tables with byte-level…12MIT OR Apache-2.0
byter[Reserved] Fast, specialized operations over bytes.1,965MIT OR Apache-2.0
bytereaderSmall and flexible package for easily reading files in binary format and playing around with their hex representations.3,193MIT
bytereprProvides a trait for converting PODs to and from their byte representation, with low (usually no) cost.5,658MIT OR Apache-2.0
byteringA ring buffer specialized for vectored reading and writing in blocking and async I/O3,671MIT OR Apache-2.0
byteripperA tool to extract the binary code from every function in a library4,049MIT
byterssome small quality of life utilities to work with bits.442MIT
bytesTypes and traits for working with bytes882,080,449MIT
bytes-castSafely re-interpreting &[u8] bytes as custom structs without copying, for efficiently reading structured binary data.188,872Zlib OR Apache-2.0 OR MIT
bytes-cast-deriveSafely re-interpreting &[u8] bytes as custom structs without copying, for efficiently reading structured binary data. Procedural…191,241Zlib OR Apache-2.0 OR MIT
bytes-expandTypes and traits for working with bytes3,072MIT
bytes-handoffIncremental async byte ingestion and bounded owned write handoff.1,957MIT
bytes-kmanserialize and deserialize bytes, a simple way to comunicate to other computer or to save state!33,028GPL-3.0
bytes-kman-derivemacros for bytes-kman15,483GPL-3.0
bytes-litCreate byte slices from literal integers.1,046,151Apache-2.0
bytes-literalLiteral type for use with bytes crate1,703MPL-2.0
bytes-poolAllocation-free sharing of bytes and strings using `Bytes` as storage65MIT
bytes-quiltProvides a data structure for tracking random-access writes to a buffer.1,587Apache-2.0
bytes-radarA tool for analyzing code statistics from remote repositories with hyper-fast performance2,143Apache-2.0
bytes-rcRc version of bytes::Bytes35MIT OR Apache-2.0
bytes-ringbufferRingbuffer for the bytes crate3,315MIT
bytes-strA string type that is backed by bytes crate11,316,217Apache-2.0
bytes-streamUtility functions to work with stream of bytes10,029MIT
bytes-textReference-counted UTF-8 text1,741Apache-2.0 OR MIT
bytes-utilsAdditional utilities for working with the bytes crate112,799,651Apache-2.0/MIT
bytes-varintvariable-length integer encoding (protobuf-style) for the `bytes` crate20,011,198MIT
bytes2charslazy utf-8 decoder iterator with rich errors642MIT
bytes2rgbcolour utilities: byte/RGB conversion, luma, hex colours288Apache-2.0
bytes32Used to create a custom type for 32-bit-wide byte arrays. Used for Drops of Diamond (more information about DoD is available at…8,592Unlicense
bytes_chainZero copy bytes chain based on crate `bytes`3,567MIT/Apache-2.0
bytes_convertEasily encode and decode bytes to send data over network1,615MIT OR Apache-2.0
bytes_dequeA growable bytes deque in Rust, providing access to the raw pointer.1,278GPL-3.0-or-later
bytes_iterTiny crate for consuming series of bytes from iterators3,585MIT/Apache-2.0
bytes_parserA simple wrapper to parse primitive Rust types from a slice of bytes10,339MIT OR Apache-2.0
bytes_readerRead bytes using a buffer and automatically tracked cursor94MIT OR Apache-2.0
bytes_size一个解析、计算字节单位的库6,001MIT
bytes_to_typeA Rust library to facilitate byte conversion to specified types using macro generation.2,860MIT
bytesagentTell bytes what to do in rust5,585MIT OR Apache-2.0
bytesandbrainsComposable building blocks for decentralized + federated machine learning.112AGPL-3.0-or-later
bytesboxByteBox is a high-performance hash map implementation optimized for byte slices.
It efficiently maps keys and values of type…3,828Apache-2.0
bytesbufTypes for creating and manipulating byte sequences.1,430MIT
bytesbuf_ioAsynchronous I/O abstractions expressed via `bytesbuf` types.654MIT
bytescaleDemonstration of humanbyte usage for human readable byte functions10,272Apache-2.0
bytescolorA versatile Rust library for colorizing strings and byte data in terminal applications using ANSI escape codes.1,396non-standard
byteseekerUtility to seek byte slices within a fixed-sized byte stream11,019MIT OR Apache-2.0
byteserA light weight trait for converting the types to bytes and deserialize into the data type. Just to escape serde increasing the…13MIT
byteser_deriveProcedural macro for deriving ByteSerializable trait17MIT
byteserdeA generic serialization/deserialization framework for mapping byte streams to/from arbitrary struct types with focus on…18,202non-standard
byteserde_deriveA procedural macro for mapping byte streams to/from arbitrary struct types with focus on performance18,926non-standard
byteserde_typesA procedural macro for mapping byte streams to/from arbitrary struct types with focus on performance16,414non-standard
bytesetA low-overhead byte set.145MIT
byteset-coreThis is a reserved placeholder package to mitigate dependency confusion risks.932MIT
byteset-lustThis is a reserved placeholder package to mitigate dependency confusion risks.831MIT
byteset_route_pluginThis is a reserved placeholder package to mitigate dependency confusion risks.733MIT
byteset_sdkThis is a reserved placeholder package to mitigate dependency confusion risks.864MIT
byteset_sdk_rustThis is a reserved placeholder package to mitigate dependency confusion risks.731MIT
byteshuffleSIMD-accelerated byte shuffle/unshuffle functions787BSD-3-Clause
bytesioa network io library using tokio.39,730MIT
bytesizeSemantic wrapper for byte count representations91,830,756Apache-2.0
bytesize-serdeAlternative serde implementation for bytesize crate based on its FromStr1,806,452non-standard
bytesstrAn immutable reference-counted UTF8 String115,985MIT
bytestashyA command-line interface for ByteStash for the easy posting of snippets without opening a browser.3,968non-standard
bytestatRandomness analyzer.1,588AGPL-3.0-only
bytestoolCompiler plugins: compile time byte_size_of!(..) and concat_bytes!(..)5,464Apache-2.0
bytestrA utility provides a cheaply cloneable and sliceable immutable string.17,508MIT
bytestreamProvides a convenient way of writing binary data to a buffer.3,875,843MIT
bytestream-rsSupercell ByteStream implementation in Rust22,048MIT
bytestream_deriveCodegen for Supercell bytestream6,874MIT
bytestream_ioA library for implementing bytestream_derive on data types8,882MIT
bytestringA UTF-8 encoded read-only string using `Bytes` as storage74,322,527MIT OR Apache-2.0
bytestringmutMutable manipulation of `ByteString`s111MIT
bytestructA library for parsing bytes into structs1,639MIT
bytestruct-deriveDerive macro for bytestruct that provides a way to read structs from and to byte slices1,589MIT
bytestyle-encoderThis is a reserved placeholder package to mitigate dependency confusion risks.914MIT
bytesutilYet another byte utility for Rust12,132BSD-3-Clause
bytetableHigh-performance data structures indexed by u8182MIT
byteunitIntuitive easy-to-use byte size representation1,453MIT
byteutilsRust library that provides a collection of frequently used utility functions for working with bytes, strings, and vectors. It…1,802MIT
bytevecA Rust serialization library that uses byte vectors63,683Apache-2.0/MIT
bytevec2A Rust serialization library that uses byte vectors3,590Apache-2.0/MIT
byteviewThin, immutable zero-copy slice type1,227,070MIT OR Apache-2.0
bytevmA tiny bytecode virtual machine5,438MIT
bytex8bit helper functions, mostly for AVR2,942Apache-2.0
byteyBytey provides a convenient and easy to use byte storage8,067MIT
bytey_bincodeBytey Bincode Extension, use Bytey instead3,458MIT
bytey_byte_bufferBytey ByteBuffer code, use Bytey instead8,334MIT
bytey_deriveBytey derive macros, use Bytey instead5,146MIT
byteyarnhyper-compact strings2,265,428Apache-2.0
bytez[DISCONTINUED/DEPRECATED] Bytez analyzes binary files to determine their format, architecture, and programming language.3,509MIT
bytezyHelps you deserialize bytes into structs and enums1,521MIT
bytiebytie allows to add, delete, replace and cut bytes of an input
byte stream or from a file from command line.1,815BSD-3-Clause
bytifyA simple macro that can write given const-expr values into a continuous byte array.10,680MIT
bytify-implInternal implementation of the bytify crate.8,898MIT