-
base64
encodes and decodes base64 as bytes or utf8
-
serde_with
Custom de/serialization functions for Rust's serde
-
prost
A Protocol Buffers implementation for the Rust Language
-
serde
A generic serialization/deserialization framework
-
serde_json
A JSON serialization file format
-
encoding_rs
A Gecko-oriented implementation of the Encoding Standard
-
simd-json
High performance JSON parser based on a port of simdjson
-
bincode
A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!
-
rmp-serde
Serde bindings for RMP
-
base64ct
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
-
compact_str
A memory efficient string type that transparently stores strings on the stack, when possible
-
num-format
producing string-representations of numbers, formatted according to international standards
-
data-encoding
Efficient and customizable data-encoding functions like base64, base32, and hex
-
serde_bytes
Optimized handling of
&[u8]
andVec<u8>
for Serde -
erased-serde
Type-erased Serialize and Serializer traits
-
scale-info
Info about SCALE encodable Rust types
-
hex
Encoding and decoding data into/from hexadecimal representation
-
schemars
Generate JSON Schemas from Rust code
-
bson
Encoding and decoding support for BSON in Rust
-
ron
Object Notation
-
bs58
Base58 codec implementation
-
rkyv
Zero-copy deserialization framework for Rust
-
borsh
Binary Object Representation Serializer for Hashing
-
bytemuck
mucking around with piles of bytes
-
serde_yml
A robust Rust library that simplifies the serialization and deserialization of Rust data structures to and from YAML format using the widely-used Serde framework
-
polars
DataFrame library based on Apache Arrow
-
simdutf8
SIMD-accelerated UTF-8 validation
-
lexical-write-float
Efficient formatting of floats to strings
-
serde_qs
Querystrings for Serde
-
os_str_bytes
Lossless functionality for platform-native strings
-
serde-big-array
Big array helper for serde
-
binrw
helping read structs from binary data using ✨macro magic✨
-
json5
serializer and deserializer which speaks Serde
-
const-oid
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
-
flatbuffers
Official FlatBuffers Rust runtime library
-
base32
encoder/decoder for Rust
-
ciborium
serde implementation of CBOR using ciborium-basic
-
humantime-serde
Serde support for the
humantime
crate -
openapiv3
data structures that represent the OpenAPI v3.0.x specification easily deserializable with serde
-
html-escape
encoding/escaping special characters in HTML and decoding/unescaping HTML entities as well
-
prost-reflect
A protobuf library extending prost with reflection support and dynamic messages
-
rmp
Pure Rust MessagePack serialization implementation
-
tokio-serde
Send and receive Serde encodable types over the network using Tokio. This library is used as a building block for serialization format specific libraries
-
bitstream-io
reading/writing un-aligned values from/to streams in big-endian and little-endian formats
-
capnp
runtime library for Cap'n Proto data encoding
-
serde-aux
A serde crate's auxiliary library
-
serde_urlencoded
x-www-form-urlencoded
meets Serde -
rust_xlsxwriter
writing Excel 2007 xlsx files
-
unsigned-varint
unsigned varint encoding
-
serde_plain
A restricted plain text serializer for serde
-
multibase
in rust
-
ipc-channel
A multiprocess drop-in replacement for Rust channels
-
csv-async
CSV parsing for async
-
schema_registry_converter
Encode/decode data from/to kafka using the Confluent Schema Registry
-
protobuf
Protocol Buffers - Google's data interchange format
-
deser-hjson
a Hjson deserializer for Serde
-
minicbor
A small CBOR codec suitable for no_std environments
-
base64-url
Base64 encode, decode, escape and unescape for URL applications
-
apache-avro
working with Apache Avro in Rust
-
rlp
Recursive-length prefix encoding, decoding, and compression
-
planus
alternative compiler for flatbuffers, an efficient cross platform serialization library
-
serde-reflection
Extract representations of Serde data formats
-
serde-json-core
serde-json for no_std programs
-
serde-transcode
Transcode from one Serde format to another
-
slog-json
JSON drain for slog-rs
-
serde-hjson
Hjson serialization file format
-
leb128
Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding
-
rasn
A safe no_std ASN.1 codec framework
-
binary-layout
allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give it a slice of binary data, and it will allow you to read and write the…
-
fluent-uri
A generic URI/IRI handling library compliant with RFC 3986/3987
-
array-bytes
A collection of array/bytes/hex utilities
-
jaq-std
Standard library for jaq
-
nonmax
Numeric types that cannot hold maximum values
-
ion-rs
Amazon Ion
-
tinyjson
Tiny simple JSON parser/generator
-
hcl-rs
HCL parser and formatter for rust with serde support
-
multihash
format
-
serde-pickle
A serde-based serialization library for Python's pickle format
-
serde_v8
V8 serialization and deserialization
-
value-bag
Anonymous structured values
-
serde_valid
JSON Schema based validation tool using serde
-
base62
encoding/decoding library
-
integer-encoding
varint+zigzag and fixedint integer encoding/decoding (https://developers.google.com/protocol-buffers/docs/encoding)
-
protoc-bin-vendored
protoc binaries compiled by Google and bundled in this crate
-
http-serde
Serde support for the http crate. (De)serialize HeaderMap, Uri, Method, StatusCode
-
htmlize
Encode and decode HTML entities in UTF-8 according to the standard
-
simple_asn1
DER/ASN.1 encoding/decoding library
-
pot
A concise binary serialization format written for
BonsaiDb
-
reed-solomon-erasure
Reed-Solomon erasure coding
-
typeshare
Seamlessly share type definitions across multiple languages for FFI interoperability
-
substrait
Cross-Language Serialization for Relational Algebra
-
stringsext
find multi-byte-encoded strings in binary data
-
serde_ipld_dagcbor
IPLD DAG-CBOR support for Serde
-
bcder
Handling of data encoded in BER, CER, and DER
-
serde_html_form
(De-)serialization support for the
application/x-www-form-urlencoded
format -
stun_codec
Encoders and decoders for STUN (RFC 5389) and its extensions
-
typify
JSON schema to rust type code generator
-
mycelium-bitfield
Structured bitfields, courtesy of Mycelium
-
rss
serializing the RSS web content syndication format
-
pilota
thrift and protobuf implementation in pure rust with high performance and extensibility
-
serde-xml-rs
xml-rs based deserializer for Serde (compatible with 0.9+)
-
cyclonedx-bom
CycloneDX Software Bill of Materials Library
-
asn1_der
ASN.1-DER en-/decoder
-
merde
Serialize and deserialize with declarative macros
-
lexical-write-integer
Efficient formatting of integers to strings
-
quick-junit
Data model and serializer for JUnit/XUnit XML
-
bytecheck
Memory validation framework for Rust
-
encode_unicode
UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16
-
pdf-writer
A step-by-step PDF writer
-
ijson
A more memory efficient replacement for serde_json::Value
-
picky-asn1-der
An ASN.1-DER subset for serde
-
glues
Vim-inspired TUI note-taking app with Git, MongoDB, CSV, and JSON support - privacy-focused and sync-enabled
-
bevy_reflect
Dynamically interact with rust types
-
serde_jsonc
A JSON serialization file format
-
serde_arrow
Convert sequences of Rust objects to Arrow arrays and back again
-
pbjson
conversion
-
serde_rusqlite
Serialize/deserialize rusqlite rows
-
serdect
Constant-time serde serializer/deserializer helpers for data that potentially contains secrets (e.g. cryptographic keys)
-
zarrs
Zarr storage format for multidimensional arrays and metadata
-
serde_path_to_error
Path to the element that failed to deserialize
-
serde_assert
Testing library for serde Serialize and Deserialize implementations
-
prost-wkt
Helper crate for prost to allow JSON serialization and deserialization of Well Known Types
-
rmpv
Value variant for RMP
-
packed_struct
Binary-level structure packing and unpacking generator
-
redact
keeping secrets out of logs
-
fastnbt
Serde deserializer for Minecraft's NBT format
-
htmlentity
encoding and decoding HTML entities
-
struct-patch
that helps you implement partial updates for your structs
-
serde_regex
A serde wrapper that (de)serializes regex as strings
-
z85
ZeroMQ's Z85 encoding mechanism with padding
-
rend
Cross-platform, endian-aware primitives for Rust
-
gix-object
Immutable and mutable git objects with decoding and encoding support
-
olpc-cjson
serde_json Formatter to serialize as OLPC-style canonical JSON
-
sval
Streaming, structured value serialization
-
protoc-gen-prost
Protocol Buffers compiler plugin powered by Prost!
-
nanoserde
Fork of makepad-tinyserde without any external dependencies. Supports json, binary and ron.
#[derive(Clone, Debug, Default, DeJson, SerJson)] pub struct Property { pub name: String…
-
deku
bit level serialization/deserialization proc-macro for structs
-
serde_json_path
Query serde_json Values using JSONPath
-
serde_variant
Retrieve serde provided variant names for enum objects
-
bytes-varint
variable-length integer encoding (protobuf-style) for the
bytes
crate -
utf8-width
To determine the width of a UTF-8 character by providing its first byte
-
ffuzzy
generate / parse / compare ssdeep Context Triggered Piecewise Hashes (CTPH)
-
serde_tuple
De/serialize structs with named fields as array of values
-
hex-conservative
A hex encoding and decoding crate with a conservative MSRV and dependency policy
-
capnp-futures
async serialization for Cap'n Proto messages
-
serde-value
Serialization value trees
-
serde_avro_fast
An idiomatic implementation of serde/avro (de)serialization
-
charset
Character encoding decoding for email
-
json_value_merge
Interface to merge serde_json::Value objects
-
lexical-util
Shared utilities for lexical creates
-
savefile
convenient, fast, versioned, binary serialization/deserialization library
-
auditable-serde
Serialize/deserialize data encoded by
cargo auditable
-
wavers
reading and writing wav files
-
arrow_convert
Convert between nested rust types and Arrow with arrow
-
rsgen-avro
Command line and library for generating Rust types from Avro schemas
-
espa
converting ESM/ESP/ESS files to and from text format
-
serde-sarif
Serde serialization for SARIF files
-
zvariant
D-Bus & GVariant encoding & decoding
-
msgpacker
MessagePack protocol implementation for Rust
-
anybuf
A minimal, zero dependency proto3 encoder to encode/decode anything. No schemas needed.
-
bendy
encoding and decoding bencode with enforced canonicalization rules
-
columnar
Conversion from arrays of complex structs to simple structs of arrays
-
shell-quote
shell-quoting strings, e.g. for interpolating into a Bash script.
-
serde_yaml_ng
YAML data format for Serde
-
serde_json_lenient
A lenient JSON serialization file format
-
value-trait
Traits to deal with JSONesque values
-
revision
A serialization and deserialization implementation which allows for schema-evolution
-
xlsxwriter
Write xlsx file with number, formula, string, formatting, autofilter, merged cells, data validation and more
-
molecule
Rust bindings for molecule
-
rusty_ulid
Rust ULID (Universally Unique Lexicographically Sortable Identifier) generation and processing
-
json-patch
RFC 6902, JavaScript Object Notation (JSON) Patch
-
k8-types
Kubernetes Object Types
-
datafusion-substrait
DataFusion Substrait Producer and Consumer
-
serde_norway
YAML data format for Serde
-
xlsx_group_write
excel xlsx分组输出器
-
serde_dynamo
serde serializer/deserializer for DynamoDB items that supports aws-sdk-dynamodb, aws_lambda_events, and rusoto_dynamodb
-
decimal-rs
High precision decimal implementation for Rust
-
varint-simd
SIMD-accelerated varint encoder and decoder
-
oxilangtag
fast implementation of language tag normalization and validation
-
cookie-factory
nom inspired serialization library
-
procspawn
thread::spawn just with processes
-
serde-email
A validating email type that can be serialised using Serde
-
schematic
A layered serde configuration and schema library
-
harsh
Hashids implementation for Rust
-
prost-types
Prost definitions of Protocol Buffers well known types
-
option_set
Bitflags on steroids
-
serde_bencode
A Serde backed Bencode encoding/decoding library for Rust
-
serde_prometheus
serde-based serializer for prometheus' text-based exposition format
-
ucs2
UCS-2 decoding and encoding functions
-
ear
EAT Attestation Results implementation
-
voca_rs
manipulating [unicode] strings
-
conjure-serde
Serde Serializer and Deserializer wrappers for Conjure
-
rytm-rs
More than safe rust abstractions over rytm-sys, an unofficial SDK for Analog Rytm MKII running firmware 1.70
-
http-serde-ext
serde support for http crate types Request, Response, Uri, StatusCode, HeaderMap, Method, in Option or other collections
-
const-decoder
Constant functions for converting hex- and base64-encoded strings into bytes
-
impl-serde
Serde serialization support for uint and fixed hash
-
jsonb
implement in Rust
-
utf8-chars
Char-by-char iterator and
read_char
method forBufRead
-
btetto
that produces Perfetto protobuf from formatted bpftrace output
-
serde-tagged-intermediate
Tagged intermediate representation for Serde serialization
-
b64-ct
Fast and secure Base64 encoding/decoding. This crate provides an implementation of Base64 encoding/decoding that is designed to be resistant against software side-channel attacks (such as timing…
-
tor-bytes
Helpers for encoding and decoding byte-orientted data, as used by Tor
-
infinite-rs
fast deserialization library for Halo Infinite
-
tuple
Element-wise operations on tuples
-
serde_nanos
Wrapper to process duration and timestamps as nanoseconds
-
native_model
A thin wrapper around serialized data which add information of identity and version
-
xmlserde
useful tool for serializing and deserializing xml
-
serde_json_borrow
JSON deserialization into a borrowed DOM
-
apistos-schemars
Generate JSON Schemas from Rust code
-
dydx-proto
Compiled dYdX protobuf files
-
germ
The Ultimate Gemini Toolkit
-
oct
Octonary transcoder
-
tagger
Write SVG / HTML / XML programmatically
-
vrd
generating random and pseudo-random numbers based on the Mersenne Twister algorithm
-
serde-toml-merge
Merge your toml values
-
yaml-rust2
A fully YAML 1.2 compliant YAML parser
-
picky-asn1
Provide ASN.1 simple types
-
huski
ASCII table aide command line utility
-
gvdb
glib gvdb file format
-
supply-chain-trust-example-crate-000018
A JSON serialization file format
-
typetag
Serde serializable and deserializable trait objects
-
regorus
A fast, lightweight Rego (OPA policy language) interpreter
-
xmp-writer
Write XMP metadata, step by step
-
midi-msg
(eventually) complete representation of the MIDI 1.0 Detailed Specification and its many extensions and addenda, allowing for the serialization and deserialization of MIDI byte streams to and from a typed representation
-
fstr
A stack-allocated fixed-length string type
-
html-minifier
can help you generate and minify your HTML code at the same time. It also supports to minify JS and CSS in
<style>
,<script>
elements, and ignores the minification of<pre>
,<code>
and<textarea>
elements. -
actix-web-validator
Validation mechanism for actix-web
-
picky-krb
Encode/decode Kerberos ASN.1 DER structs
-
rasn-compiler
An ASN.1 compiler producing bindings for the rasn framework
-
deduplicating_array
A serde serialization strategy that uses PartialEq to reduce serialized size
-
serde-querystring
A query string deserializer based on serde
-
xml_schema_generator
Create Rust struct for given XML file, that allows to deserliaze the given XML using serde or vice versa
-
async-bincode
Asynchronous access to a bincode-encoded item stream
-
idm
Implicit Data Markup
-
fax
Decoder and Encoder for CCITT Group 3 and 4 bi-level image encodings used by fax machines TIFF and PDF
-
yaml-merge-keys
YAML merge key extension. http://yaml.org/type/merge.html
-
resend
easy to use, performant, customizable and extendable Rust library for little-endian/big-endian serializing and deserializing
-
jsonrpc-server-utils
Server utils for jsonrpc-core crate
-
fastsim-core
Core FASTSim models for vehicle energy usage simulation
-
nuid
A highly performant unique identifier generator
-
z-base-32
human-oriented base-32 encoding
-
ncc
Custom-mode compiler for Novation MIDI devices
-
libhaystack
Haystack 4 data types, defs, filter, units, and encodings
-
bitflags_serde_shim
Community Driven Serde Shims
-
onc-rpc
Open Network Computing / Sun RPC types and fast serialisation
-
uuid25
25-digit case-insensitive UUID encoding
-
tabiew
lightweight, terminal-based application to view and query delimiter separated value formatted documents, such as CSV and TSV files
-
votable
serializer/deserializer with support for format other than XML, such as JSON, TOML or YAML
-
typical
Data interchange with algebraic data types
-
simple_serde
A wrapper around multiple serde libraries making it easy to encode and decode multiple types
-
serialize-to-javascript
Serialize a serde::Serialize item to a JavaScript literal template using serde_json
-
yaup
URL parameters serialization
-
serde_bser
Implements the Watchman BSER encoding for serde. https://facebook.github.io/watchman/docs/bser.html
-
collagen
The collage generator
-
jsonschema-transpiler
transpile JSON Schema into schemas for data processing
-
escape8259
RFC8259-compliant string escaping and un-escaping
-
ckc-rs
Poker hand evaluation library
-
riff
reading and writing RIFF formatted files
-
cbored
CBOR exact reader and writer
-
keyvalues-serde
(De)serialize VDF text with serde
-
bevy_serde_lens
Stateful, structural and human-readable serialization crate for the bevy engine
-
bt_bencode
A Bencode encoding/decoding implementation
-
rosu-mods
osu! mods
-
query_map
VectorMap is a generic wrapper around HashMap<String, Vec<String>> to handle different transformations like URL query strings
-
serde_jsonc2
A JSON(C) serialization file format (fork of serde_json)
-
bytecodec
A tiny framework for implementing encoders/decoders of byte-oriented protocols
-
serde_db
Deserialization of database result sets, and serialization of database parameters
-
prost-wkt-types
Helper crate for prost to allow JSON serialization and deserialization of Well Known Types
-
gift
reading and writing GIF images
-
dyn_serde
dynamic serialization and deserialization based on serde
-
crockford
Base32 encoding for identifiers (e.g. u64 values).
-
fnmatch-regex
Convert a glob-style pattern to a regular expression
-
jexl-eval
A JEXL evaluator written in Rust
-
irp
Infrared IRP encoder and decoder
-
vu64
variable length encode/decode for a 64-bits integer
-
chewdata
Extract Transform and Load data
-
bsn1
Rust BER and DER serializer/deserializer
-
protobuf-src
Build system integration for libprotobuf
-
num256
256 bit integers
-
flexiber
Encoding and decoding of BER-TLV as described in ISO 7816-4, without allocations
-
asn1-codecs
ASN.1 Codecs for Rust Types representing ASN.1 Types
-
valitron
ergonomics, functional and configurable validator
-
auditable-info
High-level crate to extract the dependency trees embedded in binaries by
cargo auditable
-
build_pbf_glyphs
A CLI utility for generating protobuf-encoded SDF font glyphs from original source fonts
-
magic_migrate
Automagically load and migrate deserialized structs to the latest version
-
serde_molecule
Molecule using Serde
-
subsetter
Reduces the size and coverage of OpenType fonts
-
jsonrpsee-types
JSON-RPC v2 specific types
-
polyglot_rs
A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages
-
crev-data
Scalable, social, Code REView system that we desperately need - data types library
-
serde-content
Rust data structures for the Serde data model
-
fast32
Base32 and base64 encoding in Rust. Primarily for integer (u64, u128) and UUID identifiers, as well as arbitrary byte arrays.
-
sbe-codegen
Performance-oriented multi-language SBE codec generator
-
serde_flexitos
Flexible serialization and deserialization of trait objects with Serde
-
base64-serde
Integration between rust-base64 and serde
-
osmflat
OpenStreetMap (OSM) data format providing an efficient random data access through memory mapped files
-
node-semver
compliant semver implementation in Rust
-
dh
Data handling in Rust, made easy
-
serde-jsonlines
Read & write JSON Lines documents
-
gix-packetline
gitoxide project implementing the pkt-line serialization format
-
simd_cesu8
An extremely fast, SIMD accelerated, encoding and decoding library for CESU-8 and Modified UTF-8
-
serde-encrypted-value
A Serde Deserializer wrapper which transparently decrypts encrypted values
-
ih-muse-proto
Data structures used for communication and handle serialization
-
endi
endian-handling library
-
prototk
toolkit for prototcol buffers
-
tether-agent
Standardised use of MQTT and MessagePack for inter-process communication
-
parquetry-gen
Parquet code generator
-
serde_tagged
Tag values during serialization, retreive tags during deserialization
-
musli
Müsli is a flexible and generic binary serialization framework
-
femtopb
A no-std, no-alloc set of tools for protobuf encoding and decoding
-
tarolog
flexible configuration of tarantool logs
-
hcproto
net for Rust
-
json-writer
fast crate for writing JSON to a string without creating intermediate objects
-
protobuf-parse
Parse
.proto
files. Files are parsed into aprotobuf::descriptor::FileDescriptorSet
object using either: pure rust parser (no dependencies)protoc
binary (more reliable and… -
gin-tonic
main gin-tonic crate - rust protobuf with gin and tonic
-
rust-zserio
[OBSELETE] Rust zserio support
-
flv-tls-proxy
Local TLS Proxy
-
streaming_serde_json
streaming alternative to serde_json for processing JSON data sources that are too large to fit in memory
-
vxde
parse .vxd files containing key-value pairs used in games or configurations
-
newline-converter
Newline byte converter library
-
mvt
encoding mapbox vector tiles
-
obkv
Optimized-bytes key and a value store
-
wot-td
Web of Things (WoT) Thing Description manipulation
-
serde-untagged
Serde
Visitor
implementation for deserializing untagged enums -
serde_yaml_ok
YAML data format for Serde. It's OK.
-
grammers-tl-types
Rust definitions for Telegram's API types and functions
-
parquet-format-safe
Safe Parquet and Thrift reader and writer (sync and async)
-
serde-firestore-value
A serde (de)serializer using Firestore Value as its data format
-
golden_apple
decoding and sharing Minecraft data types
-
serde-pyobject
PyO3's PyAny as a serde data format
-
denkproto-rs
protobuf files for denkweit ecosystem
-
usv
USV: Unicode Separated Values (USV) for data markup. This is for spreadsheets, databases, content management, and more. This builds on ASCII Separated Values (ASV) and contrasts with Comma Separated Values (CSV).
-
oem_cp
that handles OEM code pages (e.g. CP{437,737,850}) for single byte character sets
-
reed_solomon_rs
A Reed-Solomon Error Correction Code Library that uses the Berlekamp Welch Algorithm
-
no_proto
Flexible, Fast & Compact Serialization with RPC
-
nu-json
Fork of serde-hjson
-
redis-macros
macros and wrappers to redis-rs to automatically serialize and deserialize structs with serde
-
kmip-ttlv
KMIP TTLV (de)serialization
-
wezterm-dynamic
config serialization for wezterm via dynamic json-like data values
-
tunm_proto
tunm proto for Rust
-
extism-convert
Traits to make Rust types usable with Extism
-
envious
Deserialize (potentially nested) environment variables into your custom structs
-
jsonxf
A fast JSON pretty-printer and minimizer
-
msgpack-numpy
de-/serializing NumPy scalars and arrays that matches the Python implementation
-
ulid-generator-rs
generating ULIDs
-
frostflake
Customizable and thread-safe distributed id generator
-
laurel
Transform Linux Audit logs for SIEM usage
-
json-to-usv
JSON to USV: Convert JavaScript Object Notation (JSON) to Unicode Separated Values (USV) for data markup, including for spreadsheets, databases, text files, and more
-
bp7
dtn Bundle Protocol Version 7 ([RFC 9171]
-
npyz
NumPy file format (de-)serialization. Fork of outdated npy-rs.
-
tonic-buf-build
A build helper that integrates buf.build to tonic-build
-
package_json_schema
Parse content from
package.json
content and consume the result as aPackageJson
struct -
serde-redis
Serde deserialization for redis-rs
-
json-unflattening
flattening and unflattening JSON structures
-
extfg-sigma
Sigma extfg financial interface messages serialization/deserialization
-
expunge
redact and transform struct fields declaratively
-
schema_registry_converter_sf
just a fork of the original schema_registry_converter crate with a fix for the avro serialization
-
dlt-core
Parser and writer for autosar DLT Diagnostic Log and Trace
-
serde-diff
A small helper to serialize the diff of two structs of the same type and apply those differences to other structs
-
tl-proto
A collection of traits for working with TL serialization/deserialization
-
sj
-
type_reg
Serializable map of any type
-
serde_spanned
Serde-compatible spanned Value
-
binary_rw
A binary reader/writer library for rust
-
tfhe-fft
pure Rust high performance fast Fourier transform library
-
thrift_codec
encoding/decoding binaries specified by the thrift protocol
-
serde-tuple-vec-map
Deserialize a serialized map to a Vec<(K, V)> in serde
-
serde-roxmltree
Convert roxmltree documents into Serde-compatible types
-
domrs
Document builder and serializer
-
write-json
{dependency,trait,macro}-less JSON serialization
-
human-units
Size and duration serialization and formatting library designed for configuration files and command line arguments
-
speedy
A fast binary serialization framework
-
trustfall-rustdoc-adapter
Trustfall query adapter for rustdoc JSON data
-
serde-hashkey
Space efficient, in-memory serde serialization which supports hashing
-
alkahest
Fantastic serialization library with zero-overhead serialization and zero-copy deserialization
-
open-vector-tile
reads/writes The Open Vector Tiles 1.0 Specification
-
raki
RISC-V instruction decoder written in Rust
-
cj_common
Collection of common functions used by cubicle-jockey projects
-
ar_row
Row-oriented access to Arrow arrays
-
endian-num
Byte-order-aware numeric types
-
bpx
BPX official rust implementation
-
preprocess
Preprocesses a struct with built-in preprocessors
-
pollex
Arm instruction manipulator
-
mcdata
(De)serializable NBT structures for Minecraft
-
rusty_json
A lightweight and straightforward JSON library for Rust, providing basic JSON functionality, serialization, and manipulation
-
asv-to-usv
ASV to USV: Convert ASCII Separated Values (ASV) to Unicode Separated Values (USV) such as for data markup, including for spreadsheets, databases, text files, and more
-
mkwebfont_hb-subset
A wrapper for HarfBuzz font subsetting API
-
dprint-plugin-json
JSON formatter for dprint
-
sd-jwt-payload
Selective Disclosure for JWTs (SD-JWT)
-
euid
Reference implementation for EUID
-
marshal-rs
Blazingly fast Ruby-lang's Marshal implementation in Rust
-
varuint
Variable length signed and unsigned integer types
-
pbjsonrpc-build
Generates jsonrpsee trait for prost message types
-
darkfi-serial
DarkFi serialization library
-
unsafe-libyaml-norway
libyaml transpiled to rust by c2rust
-
simple-direct-delta-encoding
Custom delta encoding for blob and key value pairs
-
xq
A reimplementation of jq
-
asomeip
handle SOME/IP messages incl. payload via Fibex files.
-
serde-bytes-repr
Serde adapter for controlling the representation of bytes
-
dts
deserialize, transform and serialize data between different encodings
-
csv_log_cleaner
Clean CSV files to conform to a type schema by streaming them through small memory buffers using multiple threads and logging data loss
-
sophia_turtle
toolkit for RDF and Linked Data - parsers and serializers for the Turtle-family of syntaxes
-
serde_ignored
Find out about keys that are ignored when deserializing data
-
isosphere
ISO standard data types, helpers, and related utilities
-
mozilla/neqo-qpack
Neqo, an implementation of QUIC written in Rust
-
simple_excel_writer
Excel Writer
-
base65536-cli
base65536 cli tool
-
makepad-micro-serde
Makepad micro replacement for serde
-
varint-rs
A small, zero dependency varint implementation in Rust
-
walle_mqtt_protocol
一个mqtt报文解析库
-
spacetimedb-sats
Spacetime Algebraic Type Notation
-
brickadia
Save file reader/writer for Brickadia BRS saves
-
jsonbb
A binary representation of json value, optimized for parsing and querying
-
serde_default_utils
A set of simple helper functions to cut corners with serde_default
-
pdl-runtime
PDL's runtime library
-
vivinq
query the Vivino service
-
streamson-lib
processing large JSONs
-
serde-ndim
Serde support for n-dimensional arrays from self-describing formats
-
serde-map-to-array
Helpers to support converting a map to a sequence of named key-value pairs for human-readable encoding formats
-
serde_bencoded
encoding/decoding library for bencode
-
serde_trim
serde deserialize_with String trim.Supports multiple std::collections types
-
wd_tools
tools for rust
-
serde_amqp
A serde implementation of AMQP1.0 protocol
-
ipld-core
IPLD core types
-
axum-codec
A multi-codec extractor and response writer for Axum
-
interner
A string, path, and buffer internment crate with no dependencies
-
serde-inline-default
Serde default values via inline declaration
-
mr-ulid
Robust and Hassle-Free ULIDs (Universally Unique Lexicographically Sortable Identifier)
-
wallet-pass
Build and sign passes for apple wallet
-
facebookexperimental/vlqencoding
A Scalable, User-Friendly Source Control System
-
http-serde-ext-ios
serde support for http crate types Request, Response, Uri, StatusCode, HeaderMap, Method, in Option or other collections
-
apollo-encoder
serialise GraphQL Schemas
-
googleplay-protobuf
The automatically generated types derived from the Google Play Protobuf specification
-
fluvio-protocol
Fluvio streaming protocol
-
serdapt
Composable adapters for
#[serde(with = ...)]
attribute -
bbqr
Implementaion of the bbqr spec in rust
-
detrim
Automatic string trimming with serde
-
dlprotoc
Downloads protoc Protocol Buffers compiler for Cargo builds
-
serde_at
serde serializer/deserializer for AT commands
-
base32ct
Pure Rust implementation of Base32 (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
-
serde_traitobject
Serializable and deserializable trait objects. This library enables the serialization and deserialization of trait objects such that they can be sent between other processes running the same binary
-
json-template
creating JSON templates
-
tlmcmddb-csv
C2A TlmCmd DB CSV parser
-
expry
Execute an expression on an encoded (binary) value, yielding another binary value (either in decoded or encoded form). Supports custom functions. Supports parsing the expression and converting the expression to bytecode.
-
serde_sv2
Serlializer and Deserializer for Stratum V2 data format
-
vsf
Versatile Storage Format
-
codepage
Mapping between Windows code page numbers and encoding_rs character encodings
-
convert2json
CLI utilities to convert CSV, INI, RSV, TOML, XML & YAML into JSON and for use with jaq or jq
-
drpc
Rust High Performance Async RPC Framework
-
datamatrix
Data Matrix (ECC 200) decoding and encoding with an optimizing encoder
-
rxing-cli
A command line interface for rxing supporting encoding and decoding of multiple barcode formats
-
json_filter_sorted
Serde JSON sorted and filter
-
clang-ast
Data structures for processing Clang’s
-ast-dump=json
format -
swimos_form
SwimOS Serialization and Deserialization
-
serde_fmt
Write any serde::Serialize using the standard formatting APIs
-
parsec-interface
Parsec interface library to communicate using the wire protocol
-
cj_bitmask_vec
BitmaskVec is a Vec that pairs bitmasks with T. Bitmasks u8 through u128 are supported.
-
bxmr
a CLI tool for managment BXM's code with rIME-Squirrel
-
toml_datetime
A TOML-compatible datetime type
-
rapira
serialization library like borsh, bincode and speedy
-
tuple_key
A serialization format for lexicographically sorted tuples
-
disintegrate-serde
Serialization and deserializaion library for Disintegrate event store. Not for direct use. Refer to the
disintegrate
crate for details. -
dnspod-lib
DNSPod lib
-
const-serialize
A serialization framework that works in const contexts
-
email_pass
Email and Password Type in Rust
-
pbf_font_tools
Tools for working with SDF font glyphs encoded in protobuf format
-
later_operator
Parsable, storable, printable comparison operators, w/ optional serde support
-
ih-muse-record
Record Muse Api usage for testing purposes
-
tantivy-bitpacker
Tantivy-sub crate: bitpacking
-
serde-flexible
Custom deserialization for fields that can be specified as multiple types
-
tcp_message_io
TCP server and client implementation to exchange messages
-
smoltoken
A fast library for Byte Pair Encoding (BPE) tokenization
-
pdf_signing
adding signatures and digitaly sign pdf documents
-
cranelift-serde
Serializer/Deserializer for Cranelift IR
-
perstruct
macro for adding persistent backing to a struct
-
rtcm-rs
Encoding/decoding of RTCM v. 3
-
sensitive-rs
Sensitive word search, verification, filtering and replacement
-
geometrid
Everything you would ever need to work with constant sized square grids
-
sigstore_protobuf_specs
serializing and deserializing Sigstore messages
-
csv-diff
Compare two CSVs - with ludicrous speed 🚀
-
protoc-gen-tonic
Protocol Buffers compiler plugin for gRPC services powered by Prost! and Tonic
-
dynamodb_marshall
Serialize and deserialize AttributeValue to Value
-
hjson
serialization file format
-
serde_kson
JSON library designed for developers familiar with scripting languages. Super flexible type conversion
-
midi_file
For reading and writing MIDI files
-
jlabel
HTS-style full-context label structure and parser/serializer from/to string
-
sjdiff
Structural JSON Diff Library for Rust
-
surrealdb-jsonwebtoken
Temporary
jsonwebtoken
fork with Wasm support -
prometools
Extensions for prometheus-client
-
virtio-queue-ser
Serialization for virtio queue state
-
ipld-nostd
A bundle of CID, IPLD, CAR, Multihash and serde serialization for [no_std]
-
json-event-parser
A JSON event parser and serializer
-
line-wrap
Efficiently insert line separators
-
cyclonedds-rs
Safe Rust bindings for cyclonedds
-
merge-yaml-hash
YAML Hash with merge/update capabilities
-
fbthrift-git
-git package for fbthrift
-
pb-jelly-gen
A protobuf binding generation framework for the Rust language developed at Dropbox
-
xso
XML Streamed Objects: similar to serde, but XML-native
-
dos-cp
DOS code pages
-
serde_encom
Official EnCom library
-
pq
jq for protobuf
-
serde-generate
generate (de)serialization code in multiple languages
-
linked-data
dateset serialization/deserialization traits
-
json-predicate
JSON Predicate lib based on draft-snell-json-07
-
us-state-info
A Fork of a Rust implementation of the state names & abbreviations for the USA
-
json-pointer
parsing and using JSON pointers, as specified in RFC 6901
-
orcxx
Rust bindings for the official C++ library for Apache ORC
-
serde-java-properties
Serde support for
java-properties
-
base16
(hex) encoding and decoding
-
gob_archive
Rust-written CLI archiver and un-archiver for the LucasArts GOB archive format
-
mangling
generates safe, recognizable identifiers from byte streams
-
json_keyquotes_convert
convert JSON from and to JSON without key-quotes
-
kpea
CPIO archive reader/writer library. Supports New ASCII and Old character formats. Fuzz-tested against GNU cpio.
-
serde_conl
CONL is a human-centric configuration language. This crate has the serde bindings.
-
serde2file
serialize some data to a file or deserialize a data from a file,support encrypt/decrypt file;将struct序列化化存储为文件,或者从文件反序列化为struct,文件存储时支持加密存储
-
typeid_suffix
that implements the UUID suffix part of the
TypeId
Specification -
bytecon
A trait for easily converting to-and-from an array of bytes
-
byte-unit-serde
De/serialization functions for byte-unit crate
-
cluttered
A CLI Texture Packer written in rust
-
lexis
Generates human-readable sequences from numeric values using a predefined word list
-
serde_flow
Simplifying migration for serde and zero-copy entities
-
lua-protobuf-rs
lua protobuf
-
serde-versioning
Add versioning support to
serde
’sDeserialize
derive macro -
qrsmith
fast and simple Rust CLI tool for generating QR codes from strings
-
bencodex-rs
Bencodex
-
egui-bind
showing keybinds
-
serde_json_lodash
lodash.js ported version, work with serde_json::Value
-
skrillax-serde
A serialization/deserialization library for Silkroad Online packets
-
rawcode
Implements a simple as-is encoding format
-
pbjson-types
Protobuf well known types with serde serialization support
-
eternaltwin_serde_tools
Helper functions for
serde
-
esyn
De/Serialization Rust In Rust
-
serde-encoded-bytes
Efficient bytestring serialization for Serde-supporting types
-
serde_influxlp
implementing Serde support for parsing and serializing InfluxDB v2 line protocol
-
rutie-serde
rutie serde integration
-
flatbuffers-build
that facilitates generating flatbuffer code from Rust
-
pint-manifest
The Pint manifest implementation, i.e. pint.toml.
-
zarrs_tools
Tools for creating and manipulating Zarr V3 data
-
versionize
A version tolerant serialization/deserialization framework
-
flow-record
create records to be used by the rdump cli utility
-
esl
reading, writing and processing ESM/ESP/ESS files
-
merde_msgpack
msgpack serizliation/deserialization for merde
-
json-structural-diff
JSON structural diff library
-
ledger-models
A comprehensive model library for financial products (securities, prices, transactions, etc). Protobuf used for serialization, with language-specific implementations
-
osmflatc
Compiler of OpenStreetMap (OSM) Data from osm.pbf format to osm.flatdata format
-
sdmx_json
SDMX-JSON (Statistical Data and Metadata eXchange) using Serde
-
neon-serde4
Easily serialize object for use with neon, fork of neon-serde3
-
cosey
Data types and serde for public COSE_Keys
-
unifont
monochrome Unicode bitmap font. Halfwidth glyphs are 8x16, fullwidth are 16x16 pixels.
-
ansi-color-codec
Encode bytes as ANSI background colors
-
json_compilation_db
read/write JSON compilation database file
-
gelf_logger
Minimal rust logger to send log entries in GELF
-
procsys
retrieve system, kernel, and process metrics from the pseudo-filesystems /proc and /sys
-
small_jwt
small JWT libary
-
hcl-edit
Parse and modify HCL while preserving comments and whitespace
-
xed-sys
Rust FFI bindings for Intel XED
-
simple-base64
encodes and decodes base64 as bytes or utf8 with simple API
-
wjp
Wizards JSON Parser
-
gadget-blueprint-serde
Tangle Blueprints serde integration
-
warg-protocol
operator and package log protocols for Warg registries
-
dcbor-cli
Command line parser/validator for deterministic CBOR ("dCBOR")
-
serde_literals
Support for serialising and deserialising literals directly into enum unit variants
-
easy-hex
An easy to use Hex string formatting wrapper
-
smd2bin
Convert SEGA Genesis SMD files to MD
-
config_file_macros
Add file configuration support for the struct to enable seamless serialization and deserialization of its fields, improving data management and persistence
-
mqttrs
Mqtt protocol encoding and decoding
-
actix-bincode
Bincode extractor for Actix Web
-
cbor4ii
CBOR: Concise Binary Object Representation
-
s2-pmtiles
reads/writes The S2 PMTiles 1.0 Specification
-
serde_dhall
Dhall support for serde
-
five8_const
Compile-time base58 decoding
-
ciborium-ll
Low-level CBOR codec primitives
-
rangetools
Extending the Rust Range structs found in std::ops
-
serde_arrays
module to support serializing and deserializing const generic or arbitrarily-large arrays
-
xcsp3-serde
XCSP3 serialization and deserialization
-
planus-cli
Command-line utility for planus
-
msgpackin
pure Rust MessagePack encoding / decoding library
-
rtcm-json
JSON serialization/deserialization of RTCM v. 3
-
polars-cli
CLI interface for running SQL queries with Polars as backend
-
protobuf-build
functions for generating Rust code from protobufs (using protobuf-rust or Prost)
-
z32
Zero-dependency
no_std
compatible MIT licensed implementation z-base-32 encoding -
kivi
KIVI | Key-value pair with key and value in separate lines
-
serde_zon
Experimental serde library for serializing and deserializing the Zig programming language's ZON format
-
toml2json
Convert TOML to JSON
-
serde_graphql_input
serde graphql input serializes to graphqls input objects, as used in graphql functions
-
jomy-ap-rustc_serialize
Automatically published version of the package
rustc_serialize
in the rust-lang/rust repository from version 1.83.0 The publishing script for this crate lives at: https://github.com/rust-analyzer/rustc-auto-publish -
protoc
Protobuf protoc command as API
-
halfling
A collection of basic utilities for working with nibbles
-
ordpath
hierarchical labeling scheme
-
tfhe-versionable
Add versioning informations/backward compatibility on rust types used for serialization
-
bde
B-Decoder/Encoder
-
serde_urlencoded_xrpc
XRPC-flavored serde_urlencoded
-
radix50
cli for encoding and decoding DEC PDP-11 and PDP-10 RADIX-50 word streams (https://en.wikipedia.org/wiki/DEC_RADIX_50)
-
irox-tools
Stuff that should have been in the Rust STL, but aren't
-
syscall_encode
Traits and macros to help define a syscall interface for a kernel
-
shex_compact
RDF data shapes implementation in Rust
-
sentry_protos
Rust bindings for sentry-protos
-
ra-ap-rustc_serialize
Automatically published version of the package
rustc_serialize
in the rust-lang/rust repository from commit 4e4c20d2abe6a218991152b735800fbaf51aedd6 The publishing script for this crate lives at:… -
jetro
transform, query and compare JSON format
-
base256u
mapping between bytes and Unicode codepoints
-
surreal-id
A package for easily creating ID types for usage with surrealdb
-
normal_pack
Compresses normal vectors (or any 3D unit vector) using Octahedron encoding
-
serde-teamspeak-querystring
A teamspeak query string deserializer based on serde
-
nu-plugin-protocol
Protocol type definitions for Nushell plugins
-
serde_json_any_key
Workaround for "key must be a string" error with serde_json. De/serialize any HashMap<K,V>, Vec<K,V>, Iter<(&K,&V)>, or Iter<&(K,V)> as a JSON map.
-
ryan-cli
Ryan: a configuration language for the practical programmer
-
watto
parsing and serializing Plain Old Data
-
cs_serde_bytes
Optimized handling of
&[u8]
andVec<u8>
for Serde -
muddy
static string obfuscation library
-
calends
Calendar library for Rust
-
rusty-chunkenc
Prometheus' chunkenc library
-
intuicio-frontend-serde
Serde frontend module for Intuicio scripting platform
-
docker_compose_spec
docker-compose.yml <-> rust <-> serde_json
-
bcd-convert
encoding and decoding numbers in Binary Coded Decimal (BCD) format, supporting conversions between integers, strings, and raw BCD data
-
polars_excel_writer
A Polars extension to serialize dataframes to Excel xlsx files
-
quacky
incomplete pure Rust protobuf (de)serializer. Initially forked from
https://github.com/tafia/quick-protobuf
, which unfortunately seems kinda abandoned… :/ -
codes-agency
This package provides a common code representing standards agencies
-
memcomparable
serialization format
-
kittenmoji
encode and decode kittenmoji
-
astro-format
Astro Format is a library for transcoding between an array of implemented types and a single buffer
-
stuckliste-cli
A command-line utility for reading and writing MacOS bill-of-materials (BOM) files
-
edn-format
EDN (Extensible Data Notation)
-
volo-build
Compile thrift and protobuf idls into rust code at compile-time
-
gc_adpcm
Decoder for the ADPCM bitstream format used by Nintendo on the GameCube, Wii, and WiiU
-
yore
decoding/encoding character sets according to OEM code pages
-
serde_with_macros
proc-macro library for serde_with
-
gdl90
message encoder/decoder
-
mchr
Lenient implementations of encodings. Zero allocations, zero dependencies!
-
polars-parquet-format
Safe Parquet and Thrift reader and writer (sync and async)
-
destream
async stream (de)serialization
-
pi_bon
attempt to downcast the triat object to a concrete type
-
ssh_format
Data format used to communicate with openssh mux server
-
cu29-value
fork of Value with custom types added for Copper like the time and units
-
prost-reflect-validate
protoc-gen-validate's validation using prost-reflect
-
json_size
calculate the size of a JSON object
-
optional-field
Alternative data type to Option for representing values that can have 3 states: present, missing or null
-
merde_json
JSON serialization and deserialization for merde, via jiter
-
rship-sdk
rship sdk in rust
-
json-crawler
Wrapper for serde_json that provides nicer errors when crawling through large json files
-
libconfig-rs
libconfig parser in rust
-
easy-dynamodb
A easy and simple library for interaction with DynamoDB
-
json-pretty-compact
A compact & pretty formatter for serde_json
-
edgedb-tokio-ext
Derive macros for edgedb-tokio-ext
-
serde_partiql
A PartiQL data model serialization file format
-
serde_smb
serde serialization for use with MS-SMB structures
-
serialization
encode and decode your struct
-
kurtbuilds_sqlx_serde
serde-compatible newtype wrapper for sqlx::postgres::PgRow
-
df_storyteller
Command line interface for Dwarf Fortress Legends
-
arc-writer
Arc writer
-
protozer0
protobuf decoder based on the protozero C++ library
-
quoted-string
Specification independent utilities to handle quoted strings (in Mail, MIME types, ..)
-
below-dump
Dump crate for below
-
protobuf-native
A high-level, safe API for libprotobuf
-
mdbook-satysfi
A mdbook backend for generating SATySFi documents
-
country-code-enum
Copyable Serde and Sqlx compatible country codes
-
bilrost
A compact protobuf-like serializer and deserializer for the Rust Language
-
hyper_serde
Serde support for hyper types
-
prost-reflect-build
function for use with prost-build and prost-reflect to generate ReflectMessage implementations
-
sqlx-transparent-json-decode
Decode JSON from Postgres sqlx queries, without the Json<> wrapper type
-
alt_serde
A generic serialization/deserialization framework
-
pre-commit-sort
Sort pre-commit files
-
bmbp_marco
BMBP Marco
-
rdkafka-wrap
rdkafka wrap
-
rsv-core
RSV reading and writing with Serde support
-
serde-query
Serde-compatible streaming data-query language with a jq-like syntax
-
float16
Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types
-
fast-assets
Easy to use Assets Manager
-
serde_yaml2
Serde integration for yaml_rust2 crate
-
feldera-ijson
A more memory efficient replacement for serde_json::Value
-
serde_x12
A Serde for ASC X12 EDI documents
-
ssi-json-ld
JSON-LD-related definitions for the ssi library
-
levitas_client
levitas's client
-
posix-space
Pure Rust implementation of
isspace
for the POSIX locale -
serde_json_path_to_error
A drop in replacement for serde_json where detailed errors are the default
-
serde-persistent-deserializer
A wrapper for persistent Serde deserializers
-
mongodb-lock
distributed locking backed by Mongodb
-
vbs
Version-tagged serialization adaptor with compile-time version checking
-
round-to
Round floating point to integer
-
sqlx-postgres-interval
sqlx INTERVAL Postgres type with serde Serialize/Deserialize
-
axum-postcard
📬 postcard axum extractor and response using serde
-
rustc-hex
rustc-serialize compatible hex conversion traits
-
canadensis_codegen_rust
Generates Rust code for data types based on Cyphal DSDL files
-
brcode
parse and emit BR Codes
-
shardio
Out-of-memory sorting and streaming of large datasets
-
jsonnet-go
Idiomatic rust bindings for go-jsonnet
-
compact_bytes
A memory efficient bytes container that transparently stores bytes on the stack, when possible
-
serialmessage
Pack serial data into a fast, reliable, and packetized form for communicating with e.g. a Microcontroller.
-
meowtonin-serde
Serializer/deserializer for BYOND types, using meowtonin
-
json5format
Customizable JSON5 document formatter that preserves comments
-
charset-normalizer-rs
Truly universal encoding detector in pure Rust - port of Python version
-
syno_api
An incomplete set of DTOs and errors for Synology DSM APIs
-
enveror
load environment variables into structs with serde
-
json2parquet
Convert JSON files to Parquet
-
smpl_jwt
Very simple JWT generation lib
-
datafusion-proto-common
Protobuf serialization of DataFusion common types
-
rspack_cacheable
-
ajson
JSON Parser for Rust - Get JSON values quickly
-
libsparkypi
control radio switch sockets and similar devices via linux gpiodev
-
omniqueue
An abstraction layer over various queue backends
-
jzon
Continuation of json-rust, a JSON implementation in Rust
-
opg
Rust OpenAPI 3.0 docs generator
-
flatdata
Rust implementation of flatdata
-
nson
lightweight data-interchange format like JSON or BSON
-
key-mapping
allowing for keyboard key code conversion between systems such as the DOM and HID usage-ids
-
register-bits
Perform register-bit manipulation which is verified at compile time
-
hr-id
A human-readable unique ID which supports Unicode, safe for URLs and file paths
-
gura
configuration language serializer/deserializer for Rust
-
gcn_disk
Gamecube file header library and utilities
-
jtd-derive
Generate JSON Typedef schemas from Rust types
-
freeform
A small library for being able to store free-form data
-
scidec
Scientific number converter
-
rbson
Encoding and decoding support for BSON in Rust
-
bytify
macro that can write given const-expr values into a continuous byte array
-
bad64
Rust bindings for Binja's arm64 disassembler
-
serdev
Serde with Validation
-
serde_yaml_with_quirks
YAML support for Serde, fork with quirks support
-
serde_closure
Serializable and debuggable closures. This library provides macros that wrap closures to make them serializable and debuggable
-
terror
Uniform REST error response body, tailored for JSON
-
dynamecs-app
An opinionated ECS-like architecture for time-dependent simulations
-
piccolo-util
piccolo
library -
clojure-reader
A Clojure reader
-
message-encoding
trait to control how a structure should be encoded
-
itch
A cli tool for InTerCHanging between different serialized data formats
-
tower_type_steer
Steer (aka route, aka dispatch) request to service based on their types
-
serde_columnar
Ergonomic columnar storage encoding crate with forward and backward compatible
-
cesrox
Composable Event Streaming Representation (CESR)
-
interva
A feature-rich crate for handling intervals
-
bytesize-serde
Alternative serde implementation for bytesize crate based on its FromStr
-
dlhn
blazing fast and small data serialization format
-
meilisearch-importer
import massive datasets into Meilisearch by sending them in batches
-
amqp_serde
Serde implementation for AMQP 0-9-1 types
-
polars-json
JSON related logic for the Polars DataFrame library
-
serde_datalog
A Serde serializer that extracts Datalog facts
-
junction-typeinfo
reflection for junction API generation
-
yael
reading and writing numbers of a specific endianess
-
smdiff-merger
merging SMDIFF delta files together
-
json_utils_2024
JSON utilities for Rust
-
gree-ir
IR encoding/decoding for Gree AC
-
genotype_runtime
Genotype runtime
-
serde-serialize-seed
The
SerializeSeed
trait for convinience -
vestaboard
a wrapper for the Vestaboard API with support for v2
-
serde_merge
merge some serializable data types
-
foundations_ext
Foundation extensions published from the ewe_platform but usable by all
-
polygon_io
Rust Polygon.io client that verifies timestamps are in queried ranges and uses nanoseconds. Converts to EST for equities. Built on ureq and chrono.
-
serde_url_params
URL parameters serialization
-
discord-snowflake
working snowflakes, Discord compatible
-
disasm6502
6502 disassembler, complete with a working example
-
bmfont
bitmap font config parser
-
stegcloak
Hides secrets inside text by compressing and encrypting the secret before cloaking it with special unicode invisible characters
-
actix-web-validator5
Validation mechanism for actix-web
-
wolfram-expr
Efficient and ergonomic representation of Wolfram expressions in Rust
-
zar
XAR archive reader/writer library. Fuzz-tested against MacOS xar.
-
curies
Idiomatic conversion between URIs and compact URIs (CURIEs)
-
lta_models
🚍Models for lta-rs
-
sunlight
A very simple Protobuf binary parser
-
perfect-decimal
Limited range decimals which serialize as IEE754 floats with no loss of precision
-
librqbit-bencode
Bencode serialization and deserialization using Serde
-
axum-msgpack
serialize/derserialize msgpack for axum
-
shellcoder
Write shellcode payloads in a flash
-
serser
serialization crate
-
zvariant_utils
Various utilities used internally by the zvariant crate
-
binstalk-types
The binstall toolkit that contains basic types for binstalk crates
-
configrs
Configuration library
-
xlsx-to-usv
XLSX to USV: Convert Microsoft Excel (XLSX) to Unicode Separated Values (USV) for data markup, including for spreadsheets, databases, text files, and more
-
schematools-cli
Tools for codegen, preprocessing and validation of json-schema and openapi spec
-
serde_jcs
JSON Canonicalization Scheme (JCS) for Serde
-
fuid
A UUID-compatible identifier in a friendly base-62 format
-
redb-bincode
redb
+bincode
wrapper aroundredb
-
euui
An Extended Universal Unique Identifier
-
byteserde
A generic serialization/deserialization framework for mapping byte streams to/from arbitrary struct types with focus on performance
-
jsonway
JSON building DSL and configurable serializers for Rust
-
serde-cyclonedx
Serde serialization for CycloneDx files
-
cra
extracting/archiving in multiple formats fully in memory
-
rdfoothills
A collection of mostly small, RDF related utilities, including conversion between different serialization formats, using external tools
-
starbase_utils
General fs, io, serde, net, etc, utilities
-
vox_writer
writer module for MagicaVoxel file format
-
diffogus
calculate the difference between 2 instances of a type
-
minicbor-io
A set of I/O utilities for minicbor
-
base85rs
A base85 (RFC1924 variant) encoder / decoder
-
dbn
working with Databento Binary Encoding (DBN)
-
leopard-codec
Reed-Solomon codes using leopard algorithm
-
frclib-datalog
WPI's DataLog spec
-
bevy_serde_project
Stateful, structural and human-readable serialization crate for the bevy engine
-
kle-serial
Rust deserialisation library for Keyboard Layout Editor JSON files
-
asking
Build async prompts
-
synapse_pb
Protobuf messages for CogniPilot Synapse
-
comma_serde_urlencoded
serde_urlencoded with support for serialization and deserialization of sequences and tuples in comma separated format
-
ei
erl_interface for rust
-
serde-ast
An AST representation for serde serialization
-
compris
Composite Primitive Schema (CPS) for Rust
-
serde-this-or-that
Custom deserialization for fields that can be specified as multiple types
-
rml_amf0
Modules for handling the encoding and decoding of data with Adobe's Action Message Format 0 (AMF0 data format)
-
trait-keyless
functions for encoding and decoding keyless addresses, used by the TRAIT blockchain: application agent addresses, transactional addresses, and named addresses
-
xml_serde
Namespace aware XML (de)serializer utilizing Serde
-
swimos_encoding
SwimOS Encoding Utlities
-
serde_avro_derive
Derive avro schema for Rust structs for serde_avro_fast
-
surrealdb_id
Id and Relation for SurrealDB
-
roslibrust_serde_rosmsg
A rosmsg serialization file format
-
serde_json_canonicalizer
JSON Canonicalization Scheme (JCS - RFC 8785) implementation
-
rust-audit-info
Command-line tool to extract the dependency trees embedded in binaries by
cargo auditable
-
timecode
manipulate timecode
-
packetize
encode and decode your packet with stream channel
-
argus-ser
Rustc Ty serialization and TS bindings
-
encoding_rs_rw
Space-efficient std::io::{Read, Write} wrappers for encoding_rs
-
serde-byte-array
Optimized handling of
[u8; N]
for Serde -
typed-sled
Sled with types instead of bytes
-
rustc-ap-serialize
Automatically published version of the package
serialize
in the rust-lang/rust repository from commit 10c2316a6bf7cf9255f991e06e82ce692e6f84d5 The publishing script for this crate lives at: https://github… -
tinkoff-invest-types
tinkoff invest types library
-
firefly-meta
Parser and serializer for the Firefly Zero metadata file format
-
high-level-kafka
High Level Kafka client for Rust
-
molecule-codegen
Code generator for molecule
-
koto_serialize
Serde serialization support for the Koto programming language
-
enrede
string encoding library, providing an interface similar to str/String
-
nexrad-model
Common model for NEXRAD weather radar data
-
typed-json
A JSON serialization file format
-
fluvio-smartengine
The official Fluvio SmartEngine
-
shurjopay-plugin
Rust plugin for for quick integration of shurjopay API
-
iunorm
Map normalized floating-point numbers to/from (un)signed integers
-
enumscribe
Derive macros for converting between enums and strings
-
ryan
configuration language for the practical programmer
-
alt_serde_json
A JSON serialization file format
-
dem
GoldSrc demo parser and writer library
-
zarrs_ffi
FFI bindings for the zarrs crate
-
gvariant
A pure-rust implementation of the GVariant serialisation format
-
eolib
A core rust library for writing applications related to Endless Online
-
serde_urlencoded_field
Easily urlencode fields in serde_dervie types
-
simple_x509
X509 creating library
-
mm1-proto-system
M/M/1! Queueing, do you speak it?!
-
varu64
A variable length encoding for unsigned 64 bit integers
-
zalgo-codec-common
Convert an ASCII text string into a single unicode grapheme cluster and back
-
graphex
A small library to help creating command line tools exploring pseudo graph
-
irox-imagery
Image processing, manipulation, formats
-
zar-cli
A command-line utility for reading and writing MacOS signed XAR archives
-
pond-cache
local, persistent cache for Rust
-
baid64
Easy-to-check URL-safe Base64 encoding for identities
-
arch-ops
encode and decode instructions for several architectures
-
js_option
An Option-like type with separate null and undefined variants
-
pb-sdk
unofficial async pocketbase sdk
-
asmkit-rs
Portable assembler toolkit: decoding and encoding of various architectures
-
not-send
!Send PhantomData type
-
token-identifier
create 32 bit tokens with checkbits and identifier of such tokens
-
limnus-local-resource
local resource storage
-
serde_spaniel
Spaniel Interactive Deserialiser for Serde
-
cjson
Canonical JSON serializer
-
shuttle-persist
Plugin for persist objects
-
data-encoding-macro
Macros for data-encoding
-
map-to-javascript-html
serializing a map to JavaScript code in HTML usually for dynamically generating strings on web pages
-
simple_xml_serialize
XML serialization library
-
pegination
cursor pagination
-
serde_stacker
Serde adapter that avoids stack overflow by dynamically growing the stack
-
dioxus-form
Automatic form-serializer for dioxus
-
syml
configuration language similar to YAML, but may be more user-friendly
-
destream_json
decoding & encoding a JSON stream
-
serde_plain2
Fork of serde_plain. A restricted plain text serializer for serde
-
json-spanned-value
Track the origin of your json values for better error reporting!
-
mazze-addr
Mazze Address Encoder/Decoder
-
byteorder-lite
reading/writing numbers in big-endian and little-endian
-
allwords
Generate all the words over a given alphabet
-
l2r0-small-serde
An alternative serialization algorithm for RISC Zero
-
async-io-typed
Adapts any AsyncRead or AsyncWrite type to send serde compatible types
-
cdumay_error
serialize and deserialize error using serde
-
rasta
UAST implemention
-
sandstorm
Cap'n Proto interfaces
-
pb-jelly
A protobuf runtime for the Rust language developed at Dropbox
-
comiconv-server
A server for converting comic book archives, compatible with comiconv
-
j2csv
Convert JSON to CSV
-
architect-schemars
Generate JSON Schemas from Rust code
-
serde-pod
https://github.com/Mingun/serde-pod
-
HiddenBytes
HiddenBytes is a personal tool for exploring image steganography techniques and algorithms, ideal for experimenting with hiding information in images
-
zarrs_storage
The storage API and default stores for the zarrs crate
-
serde_klv
KLV data format for Serde
-
flarmnet
file decoder/encoder
-
lib-contra
The function implementation of contra
-
hcl-primitives
Primitives used by the HCL sub-languages
-
bende
A bencode encoding/decoding implementation backed by serde
-
ndarray-safetensors
Serialize / deserialize ndarrays with safetensors
-
q-num
Q notation for fixed-point numbers via a proc_macro
-
cesu8str
Convert to and from CESU-8 or Modified UTF-8 encodings, only when necessary
-
libcrio
A wrapper around the crictl cli to return serde_json objects
-
rustwire
efficient manipulation of encoded protocol buffer messages
-
fusio-parquet
Parquet reader and writer implementations for Fusio
-
serde_json5
A Serde (de)serializer for JSON5
-
phone_type
Phone type for Rust
-
neat-date-time
(native) Types & operations to allow space efficient storage of dates and times
-
poius
command-line interface (CLI) tool written in Rust for encoding and decoding files and directories using base64 encoding
-
zbar-rust
High-level and low-level ZBar binding for the Rust language
-
ichen-openprotocol
iChen Open Protocol access library
-
subtle-encoding
Encoders and decoders for common data encodings (base64, bech32, hex) which avoid data-dependent branching/table lookups and therefore provide "best effort" constant time. Useful for encoding/decoding…
-
serde_json_merge
Merge, index, iterate, and sort a serde_json::Value (recursively)
-
feventbus
eventbus is implemented using nats,kafaka and rabbitmq client
-
eule
Async generic serialization crate with a minimal interface
-
csv
Fast CSV parsing with support for serde
-
serde_hooks
Runtime hooks for serde
-
serialize_deserialize_u8_i32
that safely converts, back and forward, between u8 and i32
-
image4-util
Pure Rust tool for handling Image4 files (aka IMG4, IM4P, IM4M, IM4R)
-
merde_time
Wrapper date-time types for merde
-
clox_models
Rust models generated from avsc files
-
encoder
Blazing fast encoder written in Rust
-
hdf5-metno-types
Native Rust equivalents of HDF5 types
-
chashmap-serde
Fast, concurrent hash maps with extensive API and Serde support
-
serde_rustler
Serde Serializer and Deserializer for Rustler NIFs
-
rkyv_rpc
Helpers for defining an RPC protocol using rkyv
-
rustmatica
reading, editing, and writing Minecraft litematic files
-
zserio
Runtime support for zserio
-
big-decimal-byte-string-encoder
Google BigQuery's BigDecimalByteStringEncoder
-
esexpr-json
ESExpr serialization JSON encoding mappings
-
simple-xlsx-writer
memory efficient XLSX writer
-
openrtb
v2.5 and OpenRTB Dynamic Native Ads v1.2 types for rust
-
snowcloud
small crate for creating custom snowflakes that provides thread safe and non thread safe generators
-
quick-type-schema
Generate json schema and language bindings
-
text-to-png
way to render text to a png image with basic options
-
pb-rs
A converter from proto files into quick-protobuf compatible Rust module
-
tokio-unix-ipc
A minimal abstraction for IPC via unix sockets
-
s2id
Self-sovereign identity library and command-lie
-
normal_map
A struct that maps a range of values to the normalized range [0.0, 1.0]
-
protoc-gen-prost-crate
Protocol Buffers compiler plugin powered by Prost!
-
jsony
An experimental fast compiling serialization and deserialization libary for JSON like formats
-
serde_unit_struct
(De)serialize a unit struct as its name
-
base64-stream
To encode/decode large data with the standard Base64 encoding
-
cdr
A serialization/deserialization implementation of Common Data Representation
-
serde_millis
A serde wrapper that stores integer millisecond value for timestamps and durations (used similarly to serde_bytes)
-
serde_state
Stateful serialization/deserialization for serde
-
packed-encoder
A tiny rust crate that can be used to encode data of different types into a packed byte array which can be passed over network, system calls or FFI
-
quack-protobuf
A pure Rust protobuf (de)serializer. Quack :) Initially forked from
https://github.com/tafia/quick-protobuf
, which unfortunately seems kinda abandoned… :/ -
basenc
Encoding and decoding of Base-N encodings, no_std compatible
-
jcers
jce in rust
-
ros2_message
handling MSG and SRV files in ROS2
-
cobs2
Consistent Overhead Byte Stuffing — COBS — and variant COBS/R
-
dodo
Basic persistence library designed to be a quick and easy way to create a persistent storage
-
haxeformat
Haxe serialization format in Rust
-
gs11n
Utililties need for GS11N
-
kindelia
An efficient, secure cryptocomputer
-
variable-len-reader
reading/writing variable length data. Support AsyncRead/AsyncWrite in tokio.
-
serde-attributes
Serde Attributes
-
deseresp
serializer and deserializer for Redis's RESP3 format using serde framework
-
xml-pretty
XML prettifer binary using xmlem
-
pbjson-build
Generates Serialize and Deserialize implementations for prost message types
-
timeleft
Tells you the time left until your next class from a file("times.csv") in your home folder Add an arg to print just once
-
serde_x12_alt
Serde support for X12 EDI
-
ls_rules
A Little Snitch .lsrules file format model
-
mif
Memory Initialization File
-
dalvik
Disassembler for Android Dalvik bytecode
-
rawbson
Blazing fast zero-copy BSON handling
-
serde-lwjson
Serde serialization and deserialization for lwjson files
-
debt64
-
byteorder
reading/writing numbers in big-endian and little-endian
-
hedera-proto
Protobufs for the Hedera™ Hashgraph SDK
-
httpcodec
Encoders and decoders for HTTP/1.x messages based on bytecodec crate
-
rust_erl_ext
Erlang external term format codec
-
eqr
Encode text into svg/png/jpg/terminal-format QR codes
-
base64id
Efficiently represent 64, 32 and 16 bit integers as base64url strings
-
enc
aids in processing encoded data
-
ctr_cart
3DS file header library and utilities
-
jsonbuilder
A json builder used to create JSON structures using a simple DSL
-
tinydb
A small-footprint, superfast database ✨
-
psrdada
wrapper for the psrdada radio astronomy library
-
canonical_json
A Canonical JSON serializer
-
domain_changer
that helps you change the domain of the link to another domain
-
fluvio-jolt
Fluvio JSON to JSON transformation library
-
netcdf3
A pure Rust library for reading and writing NetCDF-3 files
-
nkv_spec
Cap'n Proto generated files for nkv
-
rpc-it
RPC library for my own demand
-
stun-coder
STUN protocol encoder and decoder for Rust. The implementation is done according to Session Traversal Utilities for NAT (STUN). STUN extensions specified by the Interactive Connectivity Establishment (ICE)…
-
actix_extract_multipart
ActixExtractMultipart is a library for parse actix_multipart into a structure that you defined
-
morsify
Easily convert text to Morse code and vice versa
-
bomboni_proto
working with Protobuf/gRPC. Part of Bomboni library.
-
serde_amp
Serialization/deserialization tooling for Asynchronous Messaging Protocol
-
rydis
low level rust bindings for the zydis library
-
ssmarshal
Stupid simple value-only marshaling using serde
-
protox-parse
Parsing of protobuf source files
-
mqtt-bytes-v5
MQTT v5 serialization and deserialization
-
rkyv-test
Zero-copy deserialization framework for Rust
-
lune-std-serde
Lune standard library - Serde
-
protobuf-support
Code supporting protobuf implementation. None of code in this crate is public API.
-
jsonfilter
Filter and compare JSON objects
-
measured-prometheus-protobuf
Tokio metrics for measured
-
sucrose
embedding static data from files at build time
-
prometheus-32bitfix
Prometheus instrumentation library for Rust applications
-
binn-ir
-
quickfix-msg40
FIX 4.0 messages generated from official XML spec file
-
fwf-rs
Fixed Width Format(FWF) reader and writer for Rust
-
leb128fmt
encode and decode LEB128 compressed integers
-
ryg-rans-sys
FFI bindings for ryg_rans. ryg_rans is automatically built and linked statically. Requires a C compiler.
-
pilota-build2
Compile thrift and protobuf idl into rust code at compile-time
-
stroka
Small String optimization
-
supply-chain-trust-example-crate-000076
Unicode Bidirectional Algorithm
-
serde_path_serializer
A Serde serializer for Path
-
form-data-builder
multipart/form-data (RFC 7578) document builder
-
serialization_minecraft
encode and decode your struct
-
reserde
Serde-based CLI document converter (Bencode, CBOR, JSON, TAML, x-www-form-urlencoded etc.)
-
vpk0
handling Nintendo's N64-era vpk0 data compression
-
hessian_rs
hessian2 codec implemention
-
tfschema-bindgen
Generate (de)serialization Rust code for Terraform Schema
-
maybe-multiple
An extension of
Option
which can hold none, one or multiple elements -
rustic_hal
creating Hal representations of resources, based on serde
-
config_file_types
Automatically generate file configuration wrapper
-
protobuf-parse2
Parse
.proto
files. Files are parsed into aprotobuf::descriptor::FileDescriptorSet
object using either: pure rust parser (no dependencies)protoc
binary (more reliable and… -
rkyv_dyn
Trait object support for rkyv
-
half
Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types
-
enser
Enum serialization with tag
-
byte_struct
Pack and unpack structure as raw bytes with packed or bit field layout
-
span
Networking crate implementing consensus
-
serde-xdr
XDR serialization and deserialization for Serde
-
spaceapi
types and serialization/deserialization
-
gomod-parser
go.mod parser
-
fastvlq
A fast variant of Variable-Length Quantity with a focus on speed and no_std support
-
reapi
A wrapper around REAPI for rust using prost and tonic
-
hanhan-proto
my common
-
struct-to-json-db
minimalist file-based database designed for straightforward software applications. It leverages the Serde crate to seamlessly serialize and deserialize a HashMap of structured data to and from JSON files…
-
matrix-pickle
binary encoding format used in the Matrix world
-
msd
reading and writing MSD files
-
serde-env-field
A helper for serde deserialization with environment variables expansion
-
nr-cif
Handle Network Rail CIF files
-
tibco_ems-sys
Rust bindings for the Tibco EMS C library
-
raw_serde
A serialization library
-
intuicio-framework-serde
(De)Serialization framework module for Intuicio scripting platform
-
echonet-lite
Pure Rust ECHONET Lite implementation
-
vdf-serde
Support for the Valve Data Format for Serde
-
tracing-serde-subscriber
currently only meant for internal use within
tracing-modality
-
tsid
generating Time-Sorted Unique Identifiers
-
nova
Macro to derive newtypes with support for serde and sqlx
-
five8
Fast base58 encoding and decoding for 32-byte and 64-byte arrays
-
reqif-rs
writing ReqIF files
-
just-orm
database ORM that use JSON file for Rust
-
codepage-437
Codepage 437 transcoding for Rust
-
schematic_types
Shapes and types for defining schemas for Rust types
-
ceresdbproto
Protobuf specs for CeresDB
-
snitch-transform
JSON data transformation lib used by snitch components
-
jose-b64
Base64 utilities for use in JOSE crates
-
auditable-extract
Extract the dependency trees embedded in binaries by
cargo auditable
-
protoc-bin-vendored-linux-x86_32
protoc binary for linux-x86_32 compiled by Google and bundled in this crate
-
serde_bare
BARE (https://baremessages.org) encoding format
-
rust-fr
non-self-describing data-interchange format
-
vlung-analysis
CT画像データを解析して部位ごとに抽出してOBJファイルを生成するソフトウェア
-
ucpack
serialization format used in the Arduino Alvik
-
tokio-byteorder
Asynchronous library for reading/writing numbers in big-endian and little-endian
-
utf16string
String types to work directly with UTF-16 encoded strings
-
esl01-vlqencoding
VLQ encoding (https://en.wikipedia.org/wiki/Variable-length_quantity)
-
bebytes
serialization and deserialization of network structs
-
httlib-hpack
HPACK format implementation for HTTP/2
-
json-lines
A no_std + serde compatible message library implementing JSON Lines
-
four-cc-nokhwa
Newtype wrapper providing a convenient representation of four-character-code values
-
merge-struct
Deep merge for serializable structs
-
nom-leb128
Fast LEB128 decoding for the nom parser combinator library
-
prost-enum
Enhance Enums of prost generated files to support serde and sea-orm
-
serde_view
Serialize views of data
-
pilota-build
Compile thrift and protobuf idl into rust code at compile-time
-
datagram
traits
-
borsh-derive
Binary Object Representation Serializer for Hashing
-
huski-lib
ASCII table aide library
-
imbl-value
A JSON
Value
type built onimbl
-
prost-wkt-build
Helper crate for prost to allow JSON serialization and deserialization of Well Known Types
-
moosicbox_aconverter
Audio converter helper binary
-
scoop-shim
parser and serializer for Scoop shims
-
binascii
Useful no-std binascii operations including base64, base32 and base16 (hex)
-
doip_rw
Diagnostic over IP encoder and decoder
-
kmip-protocol
KMIP protocol object (de)serialization
-
json-rpc2
robust and pragmatic JSON-RPC 2.0 implementation
-
tectonic_docmodel
The Tectonic document model and its serialization into
Tectonic.toml
-
hematite-nbt
A full-featured library for working with Minecraft's Named Binary Tag (NBT) file format, including Serde support
-
varinteger
Rust module for encoding/decoding varints that doesn't do any IO. Inspired by the Node.js varint module
-
edgehog-device-forwarder-proto
Protobuf messages for the Edgehog Device Forwarder
-
nix-nar-cli
Binary to manipulate Nix Archive (nar) files
-
encoding_rs_io
Streaming transcoding for encoding_rs
-
rust-openfmb-ops-protobuf
Rust language protobuf definitions for the OpenFMB operational use cases
-
libeither
Either struct for Rust
-
testeventbus
eventbus is implemented using nats,kafaka and rabbitmq client
-
swimos_msgpack
SwimOS MessagePack
-
wedpr_s_protos
WeDPR protobuf definitions and their generated code
-
byteutils
that provides a collection of frequently used utility functions for working with bytes, strings, and vectors. It includes common tasks such as converting between strings and byte arrays…
-
endio_bit
Bit-level reading and writing, modeled after std::io::{BufReader, BufWriter}
-
rkyv_codec
Some adaptors to stream rkyv Archives over AsyncRead and AsyncWrite
-
yhy-email-encoding
Low level email encoding RFCs implementations
-
ream
Data language for building maintainable social science datasets
-
ssbh_data
High level data access layer for SSBH formats
-
url-escape
encoding/escaping special characters in URLs and decoding/unescaping URLs as well
-
serde_json_traversal
A macro that creates the boilerplate to traverse JSON (js/ts style)
-
rdgen
A terminal program for generating reproducible random data for testing
-
satoxid
Boolean satisfiability problem encoding library written in rust
-
peek-poke
A mechanism for serializing and deserializing data into/from byte buffers, for use in WebRender
-
serde_json_diff
Create machine-readable JSON diffs
-
content_inspector
Fast inspection of binary buffers to guess/determine the encoding
-
bin-proto
Easy binary protocol definitions
-
mlua_serde
Serde (De)serializer implementation for mlua Value
-
mipsasm
A MIPS assembler targeting the N64
-
yara-x-proto-yaml
converts protocol buffers into YAML
-
detect-newline-style
Determine a string's preferred newline character
-
codee
Easy and flexible way of encoding and decoding data into either strings or bytes
-
sciter-serde
Serde support for Sciter engine
-
empty_type_traits
Converting between types and their optional counterparts
-
vectortile
encoding Mapbox Vector Tiles
-
urlencoding
doing URL percentage encoding
-
ornament
A helper to create decorated text
-
risc0-zkvm-serde
RISC Zero zero-knowledge VM serde crate
-
cargo-geiger-serde
TODO: Write description
-
rsocket_rust_messaging
Communicate with Spring RSocket Messaging
-
indexer
allows you to create an index (a multi-value sorted map) based on serde json values
-
archiv
Read and write compressed, length-prefixed streams or file(s)
-
xls2txt
Command-line utility to convert stylesheets (ODS or excel) to text
-
resolved-pathbuf
A resolved PathBuf
-
mipsasm-rsp
A MIPS assembler targeting the N64 rsp
-
sval_json
JSON support for sval
-
pact
Compact and streamable data format that works anywhere--from web apps to robots
-
flecs_ecs_sys
sys binding for C/CPP flecs ECS library https://github.com/SanderMertens/flecs
-
lib0
Efficient binary encoding library for Yrs
-
clap-serde
wrapper to deserialize clap app using serde
-
serde_dynamodb_streams
de/serialize struct to HashMap<String, AttributeValue> with Serde to use with Rusoto DynamoDB Streams. Just a fork of mockersf/serde_dynamodb with different feature flags
-
daemon-engine
A helper package for writing unix rust daemons with IPC based clients
-
sled-tables
Structurized, strongly typed tables for sled to store associated sets of data (Vec/HashSet)
-
nu_plugin_from_beancount
A nushell extension to load a beancount file into nu structured data
-
buck-resources
Load resource paths from a resources.json produced by Buck
-
serde_transmute
Transmute objects through serde
-
era-jp
Japanese Era Library
-
serde_dbus
Serde Implementation for DBus
-
pickled
A serde-based serialization library for Python's pickle format
-
serde_repr
Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum
-
unicase_serde
serde Serialization and Deserialization for UniCase crate
-
jsonml
deserialization and serialization
-
serror
serialize anyhow errors into json format
-
bootspec
NixOS RFC 125's bootspec datatype
-
json_string
Format JSON string so that
serde_json
can understand it -
usv-to-csv
USV to CSV: Convert Unicode Separated Values (USV) to Comma Separated Values (CSV) for data markup, including for spreadsheets, databases, text files, and more
-
serde_asn1_der
A basic ASN.1-DER implementation for
serde
based uponasn1_der
-
imagine
help with images
-
serde-with-expand-env
Parse environment variables in serde crate using deserialize_with
-
rwt
Rebel Web Tokens, similar in form and function to JSON Web Tokens
-
possible
providing a three state enum for differentiating between an explicit null value and the absense of a value
-
serde-humanize-rs
A Serde deserializer for duration and byte-size
-
serde_kicad_sexpr
KiCAD v6 S-Expression Format
-
json-objects-to-csv
Robust Rust library for converting JSON objects into CSV rows
-
neon-serde3
Easily serialize object for use with neon, fork of neon-serde
-
json_typegen
Procedural macro that generates Rust types from JSON samples
-
rqjs-ext
-
sh_serde_derive
watt serde derive
-
nextid_sdk
Rust SDK for NextID components
-
derse
binary serialization protocol for Rust
-
ananas
Transform arbitrary data to Not-A-Number (NaN) payloads
-
serde_ub_json
UBJSON (Universal Binary JSON) serialization file format
-
harlaw
Transform DSL files to JSON. Formatting options available for custom output.
-
data-stream
serialization library based on streams
-
kaitai
A macro for compiling Kaitai Struct into Rust
-
basyx-rs
work with Asset Administration Shells
-
nano-ogmo
Small cross platform ogmo3 deserialization
-
local-jcs-store
Store a directory of JSON objects, indexed by a cannonical hash
-
rs1090-python
Python binding to rs1090, a library to decode Mode S and ADS-B signals
-
lbr-prelude
LambdaBuffers runtime library for the Prelude schema
-
lordeckcodes
Legends of Runeterra deck encoder/decoder
-
jsonrpc-lite
JSON-RPC 2.0 Specification serialization for Rust
-
feign
Rest client of Rust
-
attrsets
Proc macro for defining multiple variants of a struct/enum with different attribute annotations e.g. for multiple Serde serializations
-
bin_file
Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT and binary files)
-
fe2o3-amqp-types
AMQP1.0 data types
-
ezcbor
Easy little cbor library
-
jce
in Rust
-
femtopb-build
A code generator for
femtopb
-
alesis-samplepad-lib
Serialize and deserialize Alesis Samplepad KIT files
-
alogfmt
Logfmt serializer implementation using serde
-
nobility
NBT decoder
-
prost-validate-build
protoc-gen-validate's validation generation using prost-build
-
simple_slip
A small and simple library for SLIP encoding
-
ruhvro
Fast, multi-threaded deserialization of schema-less avro encoded messages
-
sfo-serde-result
serialize and deserialize result using Serde
-
json-feed-model
JSON Feed model
-
jt_util
jt808 jt1078等基础库实现
-
timetrack_jr
CLI time-tracking utility
-
image4
A no_std-friendly library for parsing and generation of Image4 images written in pure Rust
-
xylo
A music theory toolset
-
bytey
convenient and easy to use byte storage
-
serde_shims
Community Driven Serde Shims
-
psyche-serde
Serialize/Deserialize module for Psyche AI Toolset
-
serde_jacl
Serialization and Deserialization of JACL
-
easy-xml
An XML library
-
vizio-openrtb
OpenRTB v2.5 and OpenRTB Dynamic Native Ads v1.2 types for rust forked for Vizio
-
axum-bson
axum bson extractor and response
-
tihu
toolset written in Rust
-
tnj-pcc
PCC encoding for TNJ
-
rocket_okapi_fork
OpenAPI (AKA Swagger) document generation for Rocket applications, forked version from rocket_okapi
-
blc
binary lambda calculus
-
orio
Small serialization library
-
celestia-types
Core types, traits and constants for working with the Celestia ecosystem
-
edres
Generate struct and enum definitions from data files
-
tex-glyphs
dealing with glyphs in TeX/pdfTeX fonts as unicode characters
-
simple_jwt
JWT encoder/decoder
-
staging-protobuf
Protocol Buffers - Google's data interchange format
-
serde-bool
Single value, true or false, boolean deserializers
-
serde_structuredqs
serialize/deserialize structured query-string
-
datum
Terse, human-writable data format
-
ultimate-common
Rust libraries
-
apivolve_generator_api
Api for creating generators for Apivolve, an API evolution tool that helps keep your APIs backwards compatible yet clean
-
bevy_save-erased-serde
Type-erased Serialize and Serializer traits
-
serde-save
the most complete serialization tree for serde
-
messagepack-rs
pure Rust MessagePack implementation
-
framous
sending and receiving packets to and from a Reader/Writer
-
supply-chain-trust-example-crate-000007
encodes and decodes base64 as bytes or utf8
-
synapse_protobuf
Protobuf messages for CogniPilot Synapse
-
toml-query
work with toml::Value objects more conveniently
-
oasis-cbor
Rust CBOR serialization built as a thin wrapper around sk-cbor
-
anpa
A generic monadic parser combinator library inspired by Haskell's parsec
-
serde-nothing
Serialize to nothing. Deserialize from nothing
-
datacake-chitchat-fork
A fork of https://github.com/quickwit-oss/chitchat used in datacake. YOU SHOULD USE THE MAIN LIBRARY NOT THIS ONE IN YOUR OWN CODE.
-
space-lib
WebAssembly host functions for Space Operator
-
endian-type
Type safe wrappers for types with a defined byte order
-
serde-spdx
Serde serialization for SPDX files
-
serde-human-bytes
Optimized handling of
&[u8]
andVec<u8>
for Serde -
bmbp_marco_sql
BMBP Marco
-
serde_canonical_json
Implements a CanonicalFormatter for serde_json
-
codicon
Traits for encoding and decoding
-
strong-xml
Strong typed xml, based on xmlparser
-
zserio-rs-build
zserio compiler
-
pb-to-json
protocol buffer to JSON conversion
-
fastvarint
fast varint encode/decode that supports wide compatibility
-
mqtt_macro
MqttItem trait, that helps with defining topics and json payloads for MQTT broker usage
-
serde_scan
easily deserialize values from standard input
-
dicom-encoding
DICOM encoding and decoding primitives
-
chardet
rust version of chardet
-
pct-str
Percent-encoded strings for URL, URI, IRI, etc
-
ssh_mux_format
Data format used to communicate with openssh mux server
-
jtd
JSON Type Definition
-
orc-format
Unofficial implementation of Apache ORC spec in safe Rust
-
prima_rs_logger
Prima logging standard library
-
libxivdat
Read & write Final Fantasy XIV .DAT files
-
smdton
Data Tree Object Notation
-
genie-support
Support library for genie-* crates
-
append-only-bytes
Shareable append-only bytes
-
objio
traits for reading and writing objects
-
binary_serde
binary serialization and deserialization
-
jops
Query and operate with serde_json Values
-
quartz_nbt
support for serializing and deserializing Minecraft NBT data in binary and string form
-
utf7-imap
Mailbox names encoder and decoder (UTF-7 IMAP RFC 3501)
-
buf_sized
Calculate buffer sizes needed by types
-
muxml
serializing and deserializing MusicXML files to an intermediate representation
-
winroute
high level of interface for manipulating and observing Windows's routing table
-
tora
A lite, byte-based serialization and deserialization library
-
serde-name
Extract the Serde name of structs and enums
-
tis620
handling Thai Industrial Standard 620 (TIS-620) characters
-
noodles-bcf
Binary Call Format (BCF) reader and writer
-
yab32
base32 library for Rust
-
ascii-armor
ASCII Armor: binary to text encoding library and command-line utility
-
jlabel-question
HTS-style full-context label question parser and matcher
-
serde_json_pretty
A prettier pretty-printer for serde_json
-
minicbor-serde
Integrates minicbor with serde
-
steam-vent-proto-build
Build steam-vent compatible protobuf bindings
-
async-io-converse
Can conduct a conversation over any AsyncRead or AsyncWrite type with serde compatible types
-
fastfield_codecs
Fast field codecs used by tantivy
-
bc-envelope-cli
Gordian Envelope Command Line Tool
-
serde-json-fmt
Configurable formatting for serde_json serialization
-
robot36-encoder
convert images into audio using the robot 36 encoding
-
para-cli
Decoder and utility for the Flipnote Studios .ppm animation format
-
bsa
creating and extracting Bethesda Softworks Archives
-
sane
SANE Serialization and Deserialization for Rust
-
co
Efficient byte packet encoding/decoding
-
diesel_json
Json wrapper type for JsonB data handling in diesel
-
toml_pretty
a function to pretty serialize a serde-serializable value to toml
-
vectorize
Converts maps to vecs for serialization
-
protoc-gen-prost-serde
Protocol Buffers compiler plugin providing JSON serializations
-
json-canon
Serialize JSON into a canonical format
-
rustybit-serde-bencode
A bencode serializing/deserializing library powered by Serde
-
avro-rs
working with Apache Avro in Rust
-
serde-xml-rust
Maintained fork of xml-rs based deserializer for Serde (compatible with 0.9+)
-
json_minimal
A minimal json crate
-
citeworks-csl
Serde types for serialising and deserialising CSL-JSON
-
serde_indextree
Serializing indextree structure
-
naive_json_io
loading and saving JSON data. naive_json_io is not for production.
-
rjship
A collection of tools for working with the JSend specification, written in Rust
-
xml2json-rs
converting to and from XML/JSON
-
json-toolkit
providing pointer facilities and extending 3rd-parties JSON types
-
size-ser
Seralizer for serde to compute a lower bound for the size of any type that is Serialize
-
serde-csv-extra
Csv-related serde addons
-
serfig
Layered configuration system built upon serde
-
bourne
JSON library
-
protoc-bin-vendored-macos-x86_64
protoc binary for osx-x86_64 compiled by Google and bundled in this crate
-
encon
an optionally-encrypted config format, built on top of JSON
-
nu_plugin_from_bencode
A Nushell plugin to convert bencode data into Nu structured values
-
namegen
Fast name generator
-
cfdi_use_mx
Mexican CFDI use
-
wstp-sys
Low-level FFI bindings to the Wolfram Symbolic Transfer Protocol (WSTP) C API
-
mavryk-smart-rollup-encoding
Data Encodings used by Mavryk Smart Rollup kernels
-
contra
A minimal serialization/deserialization library with expanded persistency functionality
-
crate_file_dyzs
program to read a CSV file and write a JSON file
-
bebop
runtime for Bebop, a schema-based binary serialization format
-
monostate
Type that deserializes only from one specific value
-
prost-convert
Generate more idiomatic rust code from GRPC proto files
-
protobuf-codegen-pure3
Pure-rust codegen for protobuf using protobuf-parser crate WIP
-
little-endian
Encoding and decoding of little-endian format
-
mistletoe-api
API objects and interfaces for the Mistletoe Package Manager
-
packs
A PackStream implementation written in Rust
-
openscad-customizer-rs
An interface to the OpenSCAD Customizer
-
slog-mozlog-json
MozLog JSON drain for slog-rs
-
i-dunno
RFC 8771 Internationalized Deliberately Unreadable Network Notation
-
float_fast_print
Fast float-to-string conversion based on the Ryū algorithm by Ulf Adams
-
clonable-command
An std::process::Command that implements Clone and serde::*
-
picodata-rmp-serde
Serde bindings for RMP (forked from rmp-serde)
-
hex-matrix
build hex matrix using byte array
-
hb-subset
A wrapper for HarfBuzz font subsetting API
-
stubit
stupid bit library
-
serde-hex-utils
Collection of hexadecimal (De)serialization utilities for serde
-
serde-cs
Serde serialization/deserialization for camma separated lists
-
elikoga-ical-rs
Ical library
-
local-encoding-ng
simplifies the encoding and decoding from the local Windows Ansi codepage
-
hdv
Header-determined values
-
xdr-codec
XDR encode/decode runtime support. Pairs with xdrgen which generates code from specs.
-
dbs-snapshot
A version tolerant state serialization and deserialization library
-
sval_protobuf
protobuf encoding for sval
-
serde_dynamic_typing
A simplified
serde
-compatible type model that allows dynamic runtime inspection -
owned_json_deserializer
Because apparently
serde_json
only deserializes through a reference™ -
persia-speedy
A fast binary serialization framework
-
serde_gelf
Gelf serialization using serde
-
base64uuid
Type for representing base64url-encoded UUIDs
-
reed-solomon-32
Reed-Solomon BCH encoder and decoder with support of no_std environment
-
lib-base64
A base64 (with padding) encoding and decoding library, which implements the encode() and decode() methods for the String and Vec<u8> types
-
zk-kit-pmt
Generic for storage Merkle Tree (sparse & fixed-size) in Rust
-
serde_garnish
Serialization/Deserialization for use with garnish core libraries
-
moz_cbor
CBOR (https://tools.ietf.org/html/rfc7049) in Rust
-
tinystl
A small library to read and write STL mesh files, inspired by MicroSTL
-
statehub-id
Statehub supported identity library
-
lebai-proto
lebai proto
-
hexo-io
Hexo's IO utility
-
gsi-csgo
containing ready-made structures for deserializing or reverse serializing data provided by CSGO GSI using serde. With examples.
-
hmap-serde
Serialize/deserialize heterogeneous maps
-
tf-bindgen-schema
Rust structures used to (de)serialize Terraform Provider and Config Schema
-
tch-serde
Serialize/Deserialize tch-rs types with serde
-
forest_json_utils
JSON utilities used to interoperate with default golang JSON defaults
-
hex-serde-util
A helper crate for manipulating hex strings with serde
-
serde_json_path_macros
Macros for the serde_json_path crate
-
google_taxonomy
Struct with all Google Product Categories / Taxonomy
-
ril
Rust Imaging Library: A performant and high-level image processing crate for Rust
-
yaxpeax-ia64
ia64 decoder for the yaxpeax project
-
apache-avro-test-helper
Apache Avro tests helper
-
fhirbolt-serde
Internal serde library of the fhirbolt project
-
gb_cart
GB/CGB file header library and utilities
-
vlq
Sourcemap-style VLQ encoder and decoder
-
kubetsu
distinguish value type of other struct
-
serde-big-array-options
Allow to serialize/deserialize [Option<T>;N]
-
numberer
Turn things into numbers and numbers into things
-
oxidd-dump
Dump OxiDD decision diagrams to file
-
maybe-serde
maybe impl for serde
-
join_compile_commands_json
join multiple compile_commands.json files into one
-
conventional_commits_linter
A tooling and language agnostic utility to lint Git commits against the Conventional Commits specification
-
serde-fressian
Fressian for rust/wasm
-
tps_minicbor
A CBOR encoder and decoder suitable for
no_std
embedded targets -
yaml-split
iterator over individual YAML documents in a YAML file or stream
-
dothyphen
ASCII to Morse and vice versa translator
-
serde_aws_query_ce
Serde support for AWS Query protocol
-
htop
HTML to PDF converter
-
linked-hash-map-rs
A linked hash map
-
rof-rs
Rust Object Format API for Rust
-
barf
Turn any input into "barf"-ed output
-
lebicon
Implements codicon traits for LEB128 encoding / decoding
-
fnmatch-regex2
Convert a glob-style pattern to a regular expression
-
arcfinder
finding arcs in gcode for 3D-printing and replacing them with G2/G3 commands
-
serde_pipe
Turn serde+bincode into a pipe: push
T
s and pullu8
s, or vice versa. This library gives you aSerializer
pipe, into which you can pushT
s and pullu8
s; and aDeserializer
pipe… -
serde_json_matcher
matching JSON data using a declarative syntax
-
bevis
Fiat-Shamir without the Hassle
-
bancho-packet
handling osu!'s packets
-
struct2vec
Rust structure to slice
-
hotfix-message
FIX messages for HotFIX
-
tsu
Toml encoding and decoding utilities,parse to toml,convert-json-to-toml,convert-toml-to-json,convert toml to yaml,convert-yaml-to-toml
-
sml
markup language optimized for loading config files and schemas
-
ordcode
Serialization format which preserves lexicographical ordering, for use with key-value databases
-
sertools
serde
-
weldmock
Full fake REST API generator
-
zeronet_address
ZeroNet address
-
basehan
A data encryption method using Chinese characters. Kind of like base64.
-
libjsonutils
JSON utilities for Rust
-
rs-parse-snapshot
parse v8 heapsnapshot to serialized node info json
-
serde-gron
serialize/deserialize of serde in gron format
-
serde-partial
Serde partial serialization made easy
-
plod
deriving plain old data
-
foxglove-protos
interacting with the foxglove protos
-
xed
high level bindings for xed
-
prost-dto
Data transfer object conversion macros for prost
-
rudano
A data serialization format as similar as possible to Rust's own syntax
-
qif_generator
QIF file generation
-
ipld-dagpb
IPLD DAG-PB codec
-
unsignedvarint
unsigned varints
-
call-by
A trick to parameterize functions and traits by the calling convention of their arguments and results
-
serde_libconfig
A libconfig serialization file format
-
opentalk-types-common
Common types and traits for OpenTalk crates
-
flat-bytes
serialization format which converts enums and structs from and to bytes
-
serde_iter
Iterator wrappers for sequence/map serialization
-
casserole
Break and serialize values into content-addressable storage
-
datagram-builder
Nimble Datagram Builder
-
strkey
Serialization of values into a human-readable encoding that preserves lexicographic sort order
-
restest
Black-box integration test for REST APIs in Rust
-
hsluv
Human-friendly HSL (revision 4)
-
track
struct data modifications
-
kafka-serde
serialization and deserialization for the Kafka protocol
-
usv-to-json
USV to JSON: Convert Unicode Separated Values (USV) to JavaScript Object Notation (JSON) for data markup, including for spreadsheets, databases, text files, and more
-
stc-s
serializer/deserializer with JSON support
-
actix-msgpack
Msgpack payload extractor for Actix Web
-
just-a-tag
A #tag-type, RFC 1035 DNS label compatible
-
caco3-serde
CaCO3 serde adaptor
-
zoho-crm
help interact with v2 of the Zoho CRM API
-
polywrap_msgpack_serde
An msgpack Serializer and Deserializer data format with Serde for Polywrap
-
dakv_varint
varint
-
querylizer
Serialization library for OpenAPI parameter styles
-
prost-msg-build
A Protocol Buffers implementation for the Rust Language
-
unix-ipc
A minimal abstraction for IPC via unix sockets
-
nop-json
JSON serialization/deserialization (full-featured, modern, optimal, streaming, direct into struct, binary-ready)
-
retool
Convert 5e.tools data for use with Reroll
-
tracing-serde-modality-ingest
currently only meant for internal use within
tracing-modality
-
json_extract
This macro reduces boilerplate when using serde_json::Value variants when trying to get into a nested property
-
kserde
A tiny serialization / deserialization crate
-
cogwheel
A customizable and unopinionated configuration library
-
tiled-parser
Tiled JSON deserializer and serializer
-
catbuffer-rust
Serialize and deserialize NEM's Catapult entities in Rust applications
-
manas_semslot
bad idea to encode extra semantics into opaque resource ids as part of an http engine logic. But it is ok to do so behind a linked architecture abstraction, as an implementation detail…
-
sbor
Reference implementation of the SBOR binary data format, from the Radix DLT project
-
serde_infer
Don't you hate #[serde(rename)]-ing every field in your struct
-
serde_struct_wrapper
Wrap Structs with an alternate root element during serialization and deserialization using Serde
-
bibicode
convert any natural number from one numeral system to another
-
bsn1_serde
derive macros for bsn1
-
etwin_serde_tools
Helper functions for
serde
-
percent-encoding-rfc3986
RFC3986-compliant percent encoding and decoding
-
koibumi-base32
A Base32 encoder/decoder library
-
denvars
Deserialize environment variables
-
zuul
A client library to interface with https://zuul-ci.org
-
kekbit-codecs
Kekbit channels adapters, that allow to directly write and read data structures into a channel
-
yamlate
A cross-language interpreter library that dynamically evaluates YAML attributes given variable bindings
-
bitflags-serde-legacy
Implement serde traits for bitflags 2.x types compatibly with 1.x
-
serde-lite
A general-purpose serialization/de-serialization library
-
flatten-json-object
Tiny Rust library for flattening JSON objects
-
apidoc-core
Apidoc core
-
ordered-varint
Byte-orderable, variable length encoding
-
miniserde
Data structure serialization library with several opposite design goals from Serde
-
gtfs-rt
Read, write, and manipulate GTFS-Realtime data
-
coreutils_json
Json service
-
watson_rs
Wasted but Amazing Turing-incomplete Stack-based Object Notation (WATSON)
-
jwks
retrieving and parsing JSON Web Key Sets (JWKS)
-
energyleaf-proto
Protobuf definitions for Energyleaf
-
pipejson
A pipebase plugin using json serde
-
prost-simple-rpc
RPC implementation on top of prost
-
cjson-rs
Rust bindings for the cJSON library
-
composefs
filesystem
-
hex-wrapper
Wrappers of the convertion between numbers and hex strings
-
serde-json-utils
Util crate for serde_json Value
-
gsj
Geological Survey of Japan algorithms
-
nanopub
A cross-platform Rust library to sign Nanopublications, with bindings to Python and JS (wasm)
-
cdumay_result
serialize and deserialize result using serde
-
toml-datetime-compat
conversion of toml_datetime types from/to chrono and time
-
zerocopy
makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.
-
iprs
Inter planetary specifications in rust-lang
-
one2html
Convert Microsoft OneNote® notebooks to HTML
-
nachricht-serde
Serde bindings for nachricht
-
reed-solomon-simd
Reed-Solomon coding with O(n log n) complexity. Leverages SIMD instructions on x86(-64) and AArch64.
-
palserializer
A tiny but efficient serializer written in rust used in nislib library
-
lsdj
interfacing with LSDJ files and memory
-
radix50-cli
cli for encoding and decoding DEC PDP-11 and PDP-10 RADIX-50 word streams (https://en.wikipedia.org/wiki/DEC_RADIX_50)
-
thurgood
Full (de)serialization support for Ruby's Marshal format
-
serde_osc
Serialization and deserialization of Open Sound Control (OSC) packets using serde
-
sg-prost
fork
-
serde-duration-ext
Serde support for std::time::Duration and chrono::Duration (chrono feature)
-
esexpr-text
ESExpr serialization text format
-
wider_primitives
Wider primitive integer types
-
nb-serde-query
serialize and deserialize query string in url
-
gqdb
Core lib for the global QSO database
-
valq
macros for querying and extracting value from structured data by JavaScript-like syntax
-
quickfix-msg50
FIX 5.0 messages generated from official XML spec file
-
redispatch
serialization and deserialization for redis
-
json-api
Idiomatic types for building a robust JSON API
-
generic-uvarint
A generic wrapper around unsigned_varint + generic_array
-
avrow
fast, type safe serde based data serialization library
-
valu3-parquet
Parquet and Arrow encoding and decoding for valu3
-
sval_serde
Integration between serde::Serialize and sval::Value
-
serde_dbgfmt
Deserialize #[derive(Debug)] output using serde
-
natural_slice
Encoding some properties of slices as natural numbers using Kociemba's alogrithms
-
bitpacker
Pack numbers tightly. In Rust.
-
steg86
hiding messages in x86(_64) binaries
-
webbuf
fast base64 and hex encoding/decoding
-
pow
Generate or verify sha256 based proofs of work over arbitrary typed data
-
ora-api
Part of the Ora scheduler framework
-
agnes
A data wrangling library for Rust
-
serde_vici
Serde serialization/deserialization library for the VICI protocol
-
quack-builder
Rust code generator from .proto files. Initially forked from
https://github.com/tafia/quick-protobuf
, which seems kinda abandoned… :/ -
rbase64
A fast multi-threaded base64 encoding library and CLI tool
-
valence_nbt
Minecraft's Named Binary Tag (NBT) format
-
serde_ubjson
UBJSON support for Serde
-
bin-encrypt-decrypt
A high-performance binary encryption and decryption library that supports customizable character sets beyond Base64
-
jsonl
JSON Lines for Rust
-
libnetkeeper
The netkeeper toolkits write in rust
-
locustdb-serialization
Serialization formats used by LocustDB for peristent storage and client/server communication
-
zfec-rs
Zfec library
-
makepad-tinyserde
tinyserde
-
psml
serialising to, and deserialising from, PSML
-
serde-mappable-seq
Unnoficial third-party serde (de)serializers for mappable sequences
-
exist
Self describing persistence library
-
dewars_protobufs
DEWARS Protobuf definitions
-
hugefloat
Extremely large, limited-precision floats for use in incremental games
-
serde_xmlrpc
no nonsense, XML-RPC serde implementation for Rust
-
hrx
plain text archive format
-
figtok_tokens
handling different token types for Figtok
-
escapist
minimal library for escaping HTML and href attributes; it can also unescape HTML
-
juxt_basex
just basex, nothing else
-
zarrs_metadata
Zarr metadata support for the zarrs crate
-
dragnit
Schema-based serializing library (part of magister project)
-
alt_cargo_metadata
copy of cargo_metadata, which uses alt_serde instead of serde. this exists to work around cargo feature unification issue 4866, see also https://github.com/oli-obk/cargo_metadata/issues/98
-
rusty_pdf
adding text and images to existing pdf files
-
goodpod
generating Podcasting 2.0 feeds
-
asbs
A generic steganography library
-
xorstream
xoring a vector of data with an (optionally async) stream of data
-
hv-ecs
A wrapper around the
hecs
crate performing reexporting/version patching for Heavy -
serde-scale
Serde serializer and deserializer for the SCALE encoding
-
erased_serde_json
Type-erased Formatter trait for serde_json::ser::Formatter
-
mutelnet
handling TelnetEvents from telnet-codec
-
binary-stream
Binary stream reader and writer
-
serde_qs_ext
Querystrings for Serde
-
serde_sexpr
Serde support for S-Expressions
-
pbjson-build-any
Generates Serialize and Deserialize implementations for prost message types
-
serde_scala
A .scl scala file parser
-
serde_ipld_dagjson
IPLD DAG-JSON support for Serde
-
chidori
executing prompt-graph models
-
s2json
supports the S2JSON 1.0 Specification
-
tensorflow_proto
Rust structs for Tensorflow Protocol buffers
-
proxy-protocol
PROXY protocol serializer and deserializer
-
base58check
encoding
-
mosis
Assembler and Disassembler for the MOSIS instruction set
-
serde_serializer_quick_unsupported
Helper for implementing a serializer that supports a reduced subset of the serde data model
-
corro-speedy
A fast binary serialization framework
-
better_io
Better traits and implementations for IO and buffering
-
json_in_type
fast json serialization
-
d2-stampede-protobufs
Dota 2 Protobufs
-
rdfmt
Reviewdog Diagnostic Format Rust Library
-
jsonit
A way to parse Json Items using iterators from streams
-
serde_eetf
Erlang external term format support for serde
-
uuid-b64
Base64 encoding for UUIDs
-
ascii_basing
Functions to create base 62 (ASCII) String representations of integers
-
miso-types
Expanded types for Borsh serialization
-
serde_bolt
Bitcoin Lightning BOLT-style message serializer / deserializer
-
ton-address
working with addresses on The Open Network (TON)
-
roscal_lib
Open Security Controls Assessment Language In Rust
-
rtlola-io-plugins
Input and ouput plugins to be used in the various frontends of the interpreter
-
week1
A short description of my package
-
df_st_cli
Command line interface for Dwarf Fortress Legends
-
serde_any
Dynamic serialization and deserialization with the format chosen at runtime
-
serde-enum-str
Serialize and deserialize enum string
-
onehot
One-hot encoding trait and proc macro for auto deriving
-
miniserde-miku
Data structure serialization library with several opposite design goals from Serde
-
liberasurecode
wrapper for
openstack/liberasurecode
-
another_json_minimal
A minimal json crate
-
rsomeip
AUTOSTAR's Scalable service-Oriented MiddlewarE over IP (SOME/IP)
-
awint_internals
Internal utilities for the
awint
system of crates -
jatch
performing JSON patching
-
azamcodec
Encoder and decoder library for Azam Codec
-
iced-x86
blazing fast and correct x86/x64 disassembler, assembler and instruction decoder written in Rust
-
v4-proto-rs-temp
Rust proto PR
-
tiny-json-rs
lightweight JSON parser for Rust
-
serde-json-schema
minimal json-schema type
-
ogrim
XML builder macro letting you write literal XML inside your Rust code (similar to
serde_json::json!
). Features interpolation, escaping, auto-close tags and minimal memory allocations. -
vcdiff-writer
creating valid VCDIFF files (not an encoder)
-
bson2
Encoding and decoding support for BSON in Rust
-
rbxm
Reader for Roblox model files
-
looking-glass-protobuf
Protobuf reflection library built on looking-glass and Prost
-
irox-csv
CSV Reader/Writer
-
fbthrift
Facebook fork of thrift
-
json_macros
Convenience macros for constructing JSON objects from literals
-
web-sugars
It’s a sugars for web related crates such as
web-sys
,js-sys
,wasm-bindgen
s -
protobe
An easier way to generate multiple projects with protoc-rust
-
unicode-bidi
Unicode Bidirectional Algorithm
-
sma-proto
SMA Speedwire protocol
-
async-http-codec
async HTTP 1.1 encoding and decoding
-
tysh
hashing the metadata of a type
-
serde_epee
Serde support for EPEE
-
cargo-toml-workspace
Parse cargo workspace and load specific crate
-
preserves
serialization format via serde
-
tauriless_serde
details of serialization and deserialization of messages for
tauriless
-
deser
An experimental serialization and deserialization library for Rust
-
b0x
CLI tool to display information about the provided input (integers, IP addresses, strings)
-
serde-yaml-olidacombe
YAML support for Serde
-
endecode
encoding crate for types
-
diny
An asynchronous, alloc-free serialization framework
-
erlang_rs
Erlang External Term Format for Rust
-
quickwit-proto
Quickwit's protos
-
sparkplug-rs
Sparkplug protobuf bindings for Rust
-
torrust-tracker-contrib-bencode
(contrib) Efficient decoding and encoding for bencode
-
rkyv_typename
Customizable naming for types
-
deno_package_json
package.json implementation for the Deno CLI
-
neodyn_xc
Neodyn Exchange is the serialization format for the Neodyn database engine
-
msgpck
A no-std and async compatible msgpck de/serializer
-
cdr-encoding
Serde implementation of OMG Common Data Representation (CDR) encoding
-
serde-fleece
Fleece (binary json) support for serde
-
bitman
An easy to use bit manipulation library for Rust
-
rust-strings
rust-strings
is a library to extract ascii strings from binary data -
unnest-ndjson
Convert large JSON documents to ndjson/jsonlines
-
serde_with_extension
extended functionality for serde_with
-
lbs
Lazy Binary Serialization
-
jsonrpc-macros-plus
Helper macros for jsonrpc-core
-
rasn-derive-impl
Derive macro impls for rasn-derive
-
serde_json_pythonic
fork that includes a Pythonic JSON formatter
-
serde-envfile
♻️ Deserialize and serialize environment variables
-
serde_enabled
A small wrapper for enabling/disabling sections in configuartion files easier with Serde
-
layeredconf
Layered configeration files, deserialized with serde
-
protobuf-json-mapping
JSON mapping for Protocol Buffers messages
-
aranya-base58
Base58 encoding and decoding
-
avdl-serde-code-generator
convert avdl declarations into Rust types with serde support
-
cmp_json
Comparators for JSON represented by serde_json::Value
-
netstack
A batteries included networking crate for games
-
serde-typeinfo
Runtime type info based on serde data model
-
serde-querystring-actix
A query string extractor for actix-web based on serde-querystring
-
tomlenv
Manage your environment configuration with TOML
-
package-json
package.json manager for Rust
-
postcard-bindgen
generate bindings for the postcard binary format for other languages than Rust
-
serde_edifact
A Serde for Edifact
-
cloud-lib
self-hosted WebAssembly cloud
-
bolt-proto
Bolt protocol primitives: values, messages, and serialization / deserialization
-
crabmole
Porting Go standard library in Rust
-
tremor-codec
Tremor Script Interpreter
-
abomonation
A high performance and very unsafe serialization library
-
decode_raw
A protobuf debugging tool –
protoc --decode_raw
on steroids -
packet-9dfd7e7b6ae4d549987171c9f89a823d
experiment
-
graphite_binary
Efficient binary serialization for the graphite_minecraft project
-
assemble_app
Bootstrap library for https://assemble.app
-
wasmrs-codec
MessagePack Codec implementation used by wasmRS modules
-
json_plus
JSON helper functions beyond Serialization & Deserialization
-
serde-hex
Hexadecimal encoding/decoding with serde
-
iso20022
ISO 20022 Universal Financial Industry Messages in Rust
-
soupbintcp_connect_core
Core library for the soupbintcp_connect project
-
beatsabermaprs
Interface to Beat Saber beatmaps
-
serde-loader
Serde wrapper to load/save serializable data from relative paths
-
const_base
Decoding/encoding base 64/32/16 strings at compile-time
-
serde_short
Derive Serialize and Deserialize for enum reperesented as C short enum
-
verify
A validation library
-
serde_json_v8
A JSON serialization file format matching V8 formatting
-
spork
Safe process fork
-
cj_ascii
working with ASCII strings in Rust
-
impl_serialize
Macro for common implementing methods in serde::Serializer trait
-
serde-reflect-intermediate
Reflection utils of intermediate representation for Serde serialization
-
l6t
reading and writing files used by Line6 Edit, namely Line6 Tone (l6t), Line6 Bundle (l6b), Line6 Tone Collection (l6c) and Sounddiver Library (lib)
-
gsi
map tile retriever for 'Chi-ri-in-tile' ('地理院タイル'; ja-JP) of 'Geospatial Information Authority of Japan' (GSI)
-
quake_microsoft_todo
The model of microsoft todo
-
locus-lib
cross-platform, json file-based storage for Rust
-
serde-single-key-map
Unwrap a single key map with serde
-
htscodecs-sys
FFI bindings for htscodecs. htscodecs is automatically built and linked statically. Requires a C compiler.
-
utf8conv
A UTF8 / Unicode Converter for no_std
-
oasis-borsh
Binary Object Representation Serializer for Hashing
-
planus-buffer-inspection
Internal buffer inspection library for planus
-
threetwo
base32 library for Rust
-
ahri
database 🗳
-
b64-url
Base 64 Encoding with URL and Filename Safe Alphabet
-
craftflow-nbt
A serde-based NBT (from Minecraft) binary format implementation
-
serde_win_unattend
Rust serde bindings for Microsoft Windows Autounattend.xml
-
entity-inmemory
Custom inmemory database for entity crate
-
sled-extensions
Wrappers around the Sled embedded database to permit storing structured data
-
osm_pbf2json
A parser/filter/processor for OSM protobuf bundles
-
conjure-codegen
Rust code generation for Conjure definitions
-
trans-gen-cpp
Generating C++ trans code
-
ref-swap
Safe wrapper around AtomicPtr
-
anyseq
Automatically generate serde Deserializer from separated values
-
actix-multiresponse
intents to allow supporting multiple response/request data formats depending on the Content-Type and Accept headers
-
aliri_base64
Wrappers that make debugging and using byte arrays a bit nicer
-
libipld-raw-cbor
ipld raw cbor codec
-
fd_bs58
Optimized Base58 codec for 32 and 64 byte numbers
-
serde-json-python-formatter
A serde-json formatter to mimic Python output
-
bomboni_prost
working with prost. Part of Bomboni library.
-
minum
An audio synthesis toolset toolset
-
cstea
An Ingredient crate for working with csv files in rettle
-
oura-api
A client for the Oura V2 REST API
-
serde_watson
Wasted but Amazing Turing-incomplete Stack-based Object Notation (WATSON)
-
kitty_image
Display images using the kitty image protocol
-
enum_primitive_serde_shim
Community Driven Serde Shims
-
supply-chain-trust-example-crate-000061
reading/writing numbers in big-endian and little-endian
-
litetx
Lite Transaction File (LTX) encoding/decoding
-
bmbp_marco_util
BMBP Marco
-
stmc
TCP/UDP Message Communication wrapper
-
icelake
Pure Rust Iceberg Implementation
-
serde_starlark
Serde serializer for generating Starlark build targets
-
asm_riscv
RISC-V Assembly Encoder / Decoder
-
mmap-storage
Memory map backed storage
-
html-to-react
convert a html string to react
-
sincere_token
token
-
rspamd-base32
encodes and decodes base32 bug-to-bug compatible with Rspamd
-
kube-derive
Custom derives for the kube kubernetes crates
-
contact-tracing
apple/google contact tracing protocol
-
serde_jsonrc
A lenient JSON serialization file format
-
fftp
In-network file transfer
-
hex-buffer-serde
Helper for serializing byte buffers as hex strings in
serde
-
musli-zerocopy
Refreshingly simple zero copy primitives by Müsli
-
podio
Additional trait for Read and Write to read and write Plain Old Data
-
pngme
A command line program that lets you hide secret messages in PNG files
-
azalea-nbt
A fast NBT serializer and deserializer
-
protobuf-codegen3
Code generator for rust-protobuf. Includes a library and
protoc-gen-rust
binary. Seeprotoc-rust
andprotobuf-codegen-pure
crates -
primitive-byte-iter
An Iterator which can load primitive types and glam types from bytes
-
commit_encoding_derive
Commitment encoding derivation macros
-
json_value_resolve
Interface to resolve String to serde_json::Value
-
pilota-thrift-parser
Pilota thrift Parser
-
spinifex-unsigned-varint
unsigned variable integer format used in the Multiformat specifications
-
locale_name_code_page
that helps us get code pages (then legacy encodings) used in Windows
-
easybuffers
Faster serialization and deserialization than protobuf
-
id3
reading and writing ID3 metadata
-
emp
An Efficiently Managed Packaging system, NBT but better!
-
bech32-no_std
Encodes and decodes the Bech32 format
-
wordlists
Take bits, give words
-
k8-obj-metadata
Core Kubernetes metadata traits
-
serde_dokechi
serializer / deserializer library focus on only serialized binary size
-
dos-cp-generator
DOS code pages build tool for
dos-cp
-
torrex
Bendy based parsing structures for BitTorrent files
-
netcdf
High-level NetCDF bindings for Rust
-
linku-sona
Types from https://www.npmjs.com/package/@kulupu-linku/sona ported to rust
-
loader-rs
Rust interface to load generic objects from an URI
-
eetf
encoding/decoding Erlang External Term Format
-
dynamecs
An opinionated ECS-like architecture for time-dependent simulations
-
lexicoid
Short & stable IDs based on timestamps
-
base64-compat
encodes and decodes base64 as bytes or utf8 - compatible with older Rust versions
-
serde-constant
Const values for serde
-
json-keypath-iter
Iterator for traversing serde json objects, yielding a flattened path and value of each element
-
ecolor
Color structs and color conversion utilities
-
json-commons
A set of JSON common tools in Rust
-
decstr
IEEE 754 decimal floating point bitstrings
-
banana-rust-sdk
async SDK to call the banana.dev services
-
matrix-protos-rust
Rust protobuf bindings for interacting with matrix-io devices
-
benko
A zero dependency bencode parser/encoder
-
serde_archive
archive serializer for Serde
-
string-newtype
New Type idiom helper for string-like types
-
keystone-engine
Rust bindings for the Keystone Engine assembler library
-
willow-encoding
implementing encoders and decoders of Willow types and messages
-
serde_token
transcoding a Serde deserializer into a sink of tokens
-
relative
A type to wrap vtable references such that they can be safely sent between other processes running the same binary
-
dynamic-protobuf
Dynamically serialize protobuf message
-
xmlwriter
streaming XML writer
-
s2n-codec
Internal crate used by s2n-quic
-
babelfish
Universal translater for encodings
-
base95
Textual representation of base 95 fractional numbers with arbitrary precision
-
configgen-rs
An attempt to make a crate based on config that generates a default configuration file on the filesystem if it does not exist yet
-
raftlog_protobuf
Encoders and decoders of the Protocol-Buffers messages for the constituents defined in
raftlog
crate -
SerialRust
This package allow for the serialization and deserialization of things
-
shortid
uuidv1 generator and variant. safe and fast.
-
g60
encodes and decodes G60 as bytes or utf8
-
valuable-serde
serde::Serialize
implementation forValuable
types -
zarrs_opendal
opendal store support for the zarrs crate
-
five8_core
Core utilities for the five8 crates
-
vipera
configuration file crate, but it works
-
uuid32
Uuids formatted as Strings in Crockford base32 for easier to read + copy urls, plus db
-
stelar
A SLR table generator, and LR parser
-
golem-wasm-rpc
Golem WASM RPC support library
-
rs-urlencoding
doing URL percentage encoding
-
serde_valid_literal
Literal Value type based JSON
-
serde-semver
Serde-compatible version checker
-
protobuf-json
serializing Google protobuf objects as JSON using Rust
-
msb128
std::io::{Read, Write} positive primitive Rust integers in the Most Significant Base 128 (MSB128) variable-length encoding
-
httlib-huffman
Canonical Huffman algorithm for handling HPACK format in HTTP/2
-
redis-derive
implements the redis::FromRedisValue and redis::ToRedisArgs traits from mitsuhiko / redis-rs for any struct
-
egui-theme
A standalone serializable theme container for use with Egui
-
gin-tonic-core
core functions for gin-tonic
-
utf-32-to-utf-8
Convert UTF-32 to UTF-8 encoding
-
detect-compression
Reader and Writer that auto-detect compresson algorithms
-
endian-writer
[no_std] Methods for efficient reading and writing of structures to raw pointers in a stream-like fashion
-
otopr
Obvious Rust Protobuf Library
-
fifthtry-serde_sqlite_jsonb
A Serializer and Deserializer for SQLite jsonb binary format (FifthTry fork, till PR is merged)
-
byte-transcoder
A Rust+Typescript library to transcode higher-level data types to/from bytes
-
serde_sqlite_jsonb
A Serializer and Deserializer for SQLite jsonb binary format
-
workflow-serializer
Serialization framework for wrapping Borsh-serialized payloads
-
snake_case
SnakeCase is a String-like type that can only contain valid non-empty snake_case
-
manual-serializer
manual byte buffer serialization & deserialization
-
wirehair-wrapper
Rust wrapper for https://github.com/catid/wirehair
-
gestalt
Cross-platform configuration and data saving between desktop and web
-
json_typegen_cli
Command line utility for generating Rust types from JSON samples
-
serde-gff
https://github.com/Mingun/serde-gff
-
serde-dot-case
Rename all enum fields to dot.case
-
serde-types
Extension helper types for serde
-
tamasfe-json-rpc-types
containing JSON RPC types with serde
-
uri-url
Efficient Conversion of URIs and URLs
-
cooplan-config-reader
function for reading config files based on tokio & serde json
-
indexed_storage
Fast and lightweight indexed binary storage
-
jsurl
A more compact and human-readable alternative to JSON + URL encoding
-
x42ltc-sys
FFI crate for x42’s libltc (Linear/Longitudinal Time Code library)
-
serde-hessian
hessian2 codec implemention
-
pink-erased-serde
Type-erased Serialize and Serializer traits
-
utem
automatic translation from UTEM (Universal Text Encoding as Meaning)
-
stream_delimit
length delimited protobuf stream separator
-
fog-pack
Binary Data format supporting immutable references, schema, and compression
-
asterix
Encode/Decode for ASTERIX protocol using the deku library
-
rust_json
JSON serializer and deserializer
-
minigps
file format support
-
gsi-cs2
Ready-to-use structures for serializing data from Counter Strike 2 GSI
-
tabfile
read tab-delimited data
-
batbox-file
Loading files with web support
-
df_st_db
Database store and query implementation for the DF Storyteller project
-
bedrock-hematite-nbt
A Minecraft Bedrock compatible fork of hematite-nbt, published to support other crates. A full-featured library for working with Minecraft's Named Binary Tag (NBT) file format, including Serde support.
-
kaydle
Serde serializer and deserializer for KDL
-
serde_prometheus_labels
A serializer for Prometheus labels
-
api-client
macro for quickly creating REST api client structs
-
shpool_vt100
parsing terminal data
-
bitorder
read and write bits in lsb or msb order
-
dbn-cli
Command-line utility for converting Databento Binary Encoding (DBN) files to text-based formats
-
configurable
helpers for loading/saving a struct to file in $XDG
-
emoji256
A binary-to-text encoding scheme for hashes and cryptographic keys
-
pblib-rs
Rust safe bindings for pblib
-
serde_dyn
A package that allows you to dynamically select which type to deserialize at runtime via UUID values specified per type
-
terra-proto
Terra Core Protobuf Builds
-
hifa_yaserde
Serialization and deserialization library
-
litl-val
A memory efficient representation of JSON values
-
endiannezz
Zero dependencies library for I/O endianness on high-level
-
quickfix-msg43
FIX 4.3 messages generated from official XML spec file
-
neon-serde
Easily serialize object for use with neon
-
dgraph_client
client for dgraph
-
flecs-sys
low-level bindings to the Entity Component System (ECS) framework flecs
-
arya
json validation. simple json repair. lightning fast.
-
ommui_string_patterns
String pattern checkers for OMMUI identifiers
-
irox-raymarine-sonar
Raymarine/Navionics Sonar Logs Reader
-
rlua_serde
Serde (De)serializer implementation for rlua Value
-
binout
binary serialization/deserialization of integers and arrays of integers
-
json2cbor
Convert JSON to CBOR
-
serde-deserialize-duplicates
helper macros providing an alternate implementation of serde's Deserialize for cases when duplicate values exist in the source data
-
ltv
Length Type Value - Reader / Writer
-
sqlx-pgrow-serde
serde-compatible newtype wrapper for sqlx::postgres::PgRow
-
serde-version
Versioning support for Serde
-
sage_mqtt
Manipulate MQTT 5.0 data types
-
gix-url
gitoxide project implementing parsing and serialization of gix-url
-
offwall
CSV-reading OpenFlow controller dedicated to firewall bypassing
-
idmangler-lib
encoding and decoding Wynntils id strings
-
zarrs_filesystem
A filesystem store for the zarrs crate
-
sval_ref
A variant of sval::Value for types with internal references
-
jsonprima
RFC 8259 compliant JSON validator in Rust
-
widestring
wide string Rust library for converting to and from wide strings, such as those often used in Windows API or other FFI libaries. Both
u16
andu32
string types are provided, including support for UTF-16 and UTF-32… -
bitsparrow
in Rust
-
protox
protobuf compiler
-
merde_json_types
Wrapper types for merde_json that implement serialization/deserialization
-
jddf
JSON Data Definition Format validator and utilities
-
jasper
RFC 8259-compliant JSON encoder and decoder
-
serde_webgpu
Serialize WebGPU uniform buffer member layout
-
nota
A message format for an alternative universe where IEEE754 floats, UTF-8, and little endian never existed
-
rdsys_backend
A backend API to receive resources from rdsys
-
bit_seq
A procedural macro for creating bit sequences
-
sqlite_varint
functions for dealing with varints from SQLite
-
compresto
A command-line tool to benchmark various compression algorithms
-
bytebox
Easy and performant data storage inspired by Flutter's shared_preferences
-
base79
Textual representation of and utility functions for base-79 fractional numbers with arbitrary precision
-
postman_collection
A Postman Collection serialization & deserialization library
-
serde-scale-wrap
Wrapper for types implementing
Serialize
/Deserialize
to implementEncode
/Decode
automatically -
file-utils
Convenience wrappers for file I/O, mostly around binary operations
-
serde_piecewise_default
Uses serde's Option<T> handling to let you easily specify defaults for all fields at once by implementing Default
-
htmlescape
HTML entity encoding and decoding
-
murdoch-charsets
character-sets type defined by IANA
-
protobuf3
Google protocol buffers
-
wayk_proto
WaykNow packet encoder-decoder and sequencing utilities
-
dxr
Declarative XML-RPC
-
bumpy_vector
A Vector-like object with different sized entries
-
flow-record-common
common types used by flow-record and flow-record-derive
-
based
Custom numeral systems
-
nml
A parser and Serde implementation for the Fortran Namelist format
-
serde-split
Derive two implementations of serde traits for different purposes
-
prost-uuid-doubleint
Prost uuid custom datatype
-
bincode2
A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!
-
hash-value
A hashable, JSON-like, serde Value type
-
anvil-region
Region file format storage for chunks
-
rust-lcm-codec
Rust support for reading and writing the LCM data format
-
protobuf-json-temp
serializing Google protobuf objects as JSON using Rust
-
hash_avatar
rust生成随机头像的库
-
nuts-bytes
Serialization into a binary data format
-
hext
A binary file markup language
-
wasabi_leb128
Read and write the variable length LEB128 number format
-
storekey
Lexicographic sort-order preserving binary encoding format for key-value stores
-
serde_sated
sane adjacently tagged enum deserialization (with untagged variant) for serde
-
signal-backup-decode
decode signal backups
-
linkstore
embedding, manipulating and retrieving data embedded in binaries using linker sections
-
pbtools
Google Protocol Buffers encoding and decoding
-
binmatch
binary pattern matching crate
-
md2nb
Convert Markdown files into Wolfram Notebooks
-
serde-querystring-axum
A query string extractor for axum based on serde-querystring
-
nds_cart
NDS file header library and utilities
-
bs64
SIMD-accelerated Base64 encoding and decoding library
-
xml_tokens
Parse XML to tokens. Serialize tokens to XML.
-
varint
Google Protobuf's Variable-Length Integers
-
file-content
working with files and common text data encodings
-
serde-resp
Redis RESP protocol serialization and deserialization with serde
-
schemafy_lib
Generates serializeable Rust types from a json schema
-
muon-rs
Serde support for MuON data interchange format
-
ecpool
Thread pool for managing executions of erasure coding
-
residua-uleb128
reading and writing unsigned integers in LEB128 encoding
-
menugen
Hierarchical menu generation library
-
log4rs-gelf
TCP Handler and GELF Encoder to use with the log4rs logging framework
-
php_serde
Serde support for PHP's serialization format
-
streamson-generator
integrates streamson with generators
-
rkyv_impl
Macro for
rkyv
users to implement methods onFoo
andArchivedFoo
in a singleimpl
block -
altcoin-bech32
Encodes and decodes Altcoin Segregated Witness addresses in Bech32
-
riscu
loading/encoding RISC-U ELF64 binaries
-
tokio-serde-postcard
tokio-serde
transport based onpostcard
format -
nebula-fbthrift-storage
Nebula Graph storage interface
-
oct-macros
Octonary transcoder. Procedural macros.
-
n64_cart
N64 file header library and utilities
-
pakr-iec
Functions to format numbers as decimal (1000 is 1.0k) and IEC (1024 is 1.0ki) up to YOTTA suffix
-
typed-num
Typed number in Rust with serde support
-
steganography
A simple steganography library
-
rustf8
An iterator to decode a single UTF-8 character from an I/O stream
-
base58id
A short, human-readable identifier for infrequently generated records
-
nessusx
nessus serializer & deserializer (json & csv)
-
bung
A serialization implementation for SurrealDB, based on MessagePack
-
nebula-fbthrift-graph
Nebula Graph graph interface
-
byteserde_types
A procedural macro for mapping byte streams to/from arbitrary struct types with focus on performance
-
pyo3-tonic
Protocol Buffers compiler plugin for PyO3 Python binding compatible gRPC services powered by Prost! and Tonic
-
kitti-dataset
Dataset loader, data parsers and writers for KITTI dataset
-
row2pgcsv
Serializer for PG CSV
-
store
A dead simple binary (de)serializer
-
serde_apply
Partially deserialize and update your struct
-
bitvec_padded
Bit vector struct that includes byte padding for safe serialization and deserialization
-
planus-codegen
Internal codegen library for planus
-
fire-protobuf
Rust only protobuf implementation
-
zydis-sys
low level rust bindings for the zydis library
-
sdf-parser-core
Core parser for the sdf yamls
-
serde-generate-bin
generate (de)serialization code in multiple languages
-
dusk-varint
varint+zigzag integer encoding/decoding (no_std)
-
basn1
Binary ASN.1 encoding and decoding no-std library (DER)
-
plantuml_encoding
Encoding and decoding text plantuml diagrams to facilitate communication of them through URL
-
lazy-borink
Lazy deserialization type
-
toml-rsl
A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.
-
serdeconv
convenient traits and functions for converting between TOML/JSON/MessagePack strings and serializable values
-
riscy-isa
Encodes and decodes streams of RISC-V instructions
-
figtok
Takes Figma Tokens JSON output and converts it to valid composable CSS
-
serde-wasm-bindgen
Native Serde adapter for wasm-bindgen
-
vcdiff-merger
A pure Rust library for merging VCDIFF files
-
jrd
json resource descriptor, as specified by https://www.packetizer.com/json/jrd/
-
delta-encoding
encode and decode a delta-encoded stream of numbers
-
humphrey_json
A JSON library for the Humphrey ecosystem
-
url-utils
Url Encode and Decode
-
mime_serde_shim
Community Driven Serde Shims
-
schemafy
Generates serializeable Rust types from a json schema
-
nbtrock
Read And Write Bedrock NBT
-
geonetworking
Tools for encoding and decoding a geonetworking header according to EN 302 636-4-1 v1.3.1
-
json_log
Log with JSON
-
koibumi-base58
A Base58 encoder/decoder library
-
json-trait-rs
Rust interface (aka trait) to deal with objects as they are JSON objects
-
le-stream
De-/serialize objects from/to little endian byte streams
-
kube-secrets-encoding
Encode Kubernetes secrets for data and dataString
-
surrealdb-tikv-client-proto
Protobuf specs for the TiKV Rust client
-
usv-to-xlsx
USV to XLSX: Convert Unicode Separated Values (USV) to Microsoft Excel (XLSX) for data markup, including for spreadsheets, databases, text files, and more
-
stk-json
An JSON module based on serde_json for STK
-
serde_hzdata
A data markup language for Hanzzok
-
jsonpointer_flatten
flatten a JSON object or array using JSON Pointer addressing
-
quirs
wrapper around the Quirc QR decode library
-
physics3
data types for (de)serializing physics settings from physics3.json files
-
serde_extract
Enables remapping two structs using the Serde framework
-
streamdata
Sans-IO data stream decoding utilitites
-
x328-proto
Sans-io implementation of the X3.28 field bus protocol
-
wstp
Bindings to the Wolfram Symbolic Transfer Protocol (WSTP)
-
tweechat-datatypes
Rust datatypes for tweechat
-
goods-json
JSON format for 'goods' asset manager
-
ssb-legacy-msg-data
ssb legacy data format
-
libfyaml-sys
Rust binding for libfyaml
-
ef80escape
A domain-specific-language to select commits in a git repo. Similar to Mercurial's revset.
-
micromarshal
(De)Serialisation between Rust values and binary byte objects
-
de_env
Deserialize environment variables into a struct
-
serde-strz
A serde wrapper that stores type using Display and FromStr
-
nebular
An audio synthesis toolset
-
serde_file
Support serde for File
-
toml-echo
printing toml variables
-
mmap_bytey_byte_buffer
Mmap Bytey MByteBuffer code, use Mmap Bytey instead
-
docx-parser
Parse Word and OpenOffice DOCX files, and output markdown or JSON
-
serializable_enum
Two macros for implementing serialization / deserialization for enums containing no data variants
-
event_store
deal with every aspect of an eventstore
-
wire-rs
Extensible interface for converting data to/from wire protocol. Supports non-contiguous buffers (including &[IoSlice]) and is no_std compatible.
-
b3-rs
B3 (Better Binary Buffers)
-
xml_c14n
Safe & stupid simple API for XML canonicalization, built on libxml2
-
ez_alphabet
EZ Alphabets
-
simd-json-derive
derives for simd-json
-
zvariant_derive
D-Bus & GVariant encoding & decoding
-
savefile-derive
Custom derive macros for savefile crate - simple, convenient, fast, versioned, binary serialization/deserialization library
-
serde_typename
Conviently serialize and deserialize rust types into / from their serde name
-
vint32
fast vint u32 encoding
-
dbf_dextractor
Extract and deserialize dbf files
-
fbs
Fbs FlatBuffers Rust runtime library
-
azul-peek-poke
A mechanism for serializing and deserializing data into/from byte buffers, for use in WebRender
-
libipld-cbor
ipld cbor codec
-
fluvio-dataplane-protocol
data plane protocol
-
serde_tran
helper to serde your data into encoded bytes
-
bincode-typescript
Generates TypeScript serialisation and deserialisation code from Rust structs and enums
-
fluvio-smartstream-executor
The offical Fluvio smartstream executor
-
json_value_search
Interface to search elements into serde_json::Value
-
validjson
JSON schema and content validator executable
-
bytey_byte_buffer
Bytey ByteBuffer code, use Bytey instead
-
aws_account_id_from_key_id
Decodes the AWS Account ID given an AWS Access Key ID
-
bitendian
Ergonomic library for reading/writing numbers in big-endian and little-endian with async support
-
preserves2
Preserves serialization format
-
msgpack-schema
A specification language for MessagePack data format
-
udsv
A serde library for the UNIX Delimiter Separated Values format
-
cbor-cli
Command line tool for encoding and decoding CBOR using serde. Supports import and export for JSON, YAML, and TOML. Supports deep inspection of CBOR files.
-
serde_bebop
A Serde implementation for the Bebop protocol
-
cdr-encoding-size
Helper crate for RustDDS: Trait to compute the maximum CDR-serialized size of data
-
csv2ndjson-lite
A little tool to convert a csv to a valid ndjson/json-stream
-
serde-bridge
Bridge between serde types
-
serdapt-base64
Adapter to serialize as base64
-
diny_test
Test serializer format for the diny framework
-
elfbin
Build ELF object files defining symbols with fixed binary data
-
csv-stream
For building CSVs as Streams or Iterators
-
serde-brief
A brief, self-descriptive, serde-compatible binary format
-
xdr-rs-serialize
XDR object serialization for Rust
-
serde_deser_iter
Iterate through serialized sequences allowing to aggregate them without deserializing to an allocated collection
-
lightpack
A lightweight, no-std binary serialization library
-
kradical_jis
Conversions to Unicode from JIS X 0212 and JIS X 0213
-
rson_rs
Rust Object Notation
-
baze64-gui
A GUI for encoding & decoding base64
-
serde-datetime
serde serializer/deserializer for DateTime
-
netascii
Iterator adaptors for encoding and decoding netascii as according to RFC 854
-
base45
Encoder/decoder for base45
-
transmog
A universal serialization ecosystem
-
bytes-kman
serialize and deserialize bytes, a simple way to comunicate to other computer or to save state!
-
rust-newline-converter-cli
Newline byte converter library
-
desert
traits for {de,}serializing compact binary formats
-
purescript-corefn
A parser for PureScript's corefn JSON representation
-
serde-field-with
Serde field with attribute
-
actix-web-jsonschema
JsonSchema Validation Extractor for Actix Web
-
bollard-next-buildkit-proto
Protobuf definitions to interact with buildkit using Bollard
-
serde-key-value-vec-map
Deserialize maps or JSON objects in serde to structs that implement the FromKeyValue trait
-
baste64
A base64 codec
-
sval_fmt
Integration between std::fmt::Debug and sval::Value
-
double-int
format represents an integer that can be stored in an IEEE 754 double-precision number without loss of precision
-
spaceapi-dezentrale
SpaceAPI types and serialization/deserialization
-
stackstring
A fixed-size string
-
serde_cast
B cast
-
protofetch
A source dependency management tool for Protobuf
-
brs
Read and write Brickadia save files
-
tobz1000-serde-xml-rs
Pseudo-namespaced fork of
serde-xml-rs
-
cbor-codec-plus
CBOR Codec implementation
-
tgo
Heterogeneous data type transtion, it's safe, lightweight and fast
-
sfc_cart
SNES/SFC ROM header library and utilities
-
lozizol
Back to basics, efficient event-sourcing protocol
-
musli-serde
Transparent shim to use serde types in Müsli
-
goods-ron
RON format for 'goods' asset manager
-
dcbor
Deterministic CBOR ("dCBOR") for Rust
-
layout21protos
Layout21 ProtoBuf Definitions
-
serde_shon
SHON serialization and deserialization support in Rust
-
gba_cart
GBA file header library and utilities
-
discortp
Lightweight, flexible Real-time Transport Protocol (RTP) parsing library
-
serde-select
Query serde de/serializable objects
-
neon-serde2
Easily serialize object for use with neon, fork of neon-serde
-
qbjs_deserializer
attempts to deserialize files serialized in Qt5's internal binary JSON format to a serde_json value
-
ebcdic
convert EBCDIC to ASCII and back
-
small-num
Small crate used to create small numbers optimally
-
zbase32
Implementation of zbase32
-
df_cp437
Decoder for CP437 to UTF-8
-
doodle
Schema documentation helper library
-
binext
read/write structs from/to buffers
-
cli-config
configuration library for CLI applications
-
tl-types
TL types
-
px-wsdom-core
wsdom crate
-
bip_bencode
Efficient decoding and encoding for bencode
-
varbincode
A binary encoder / decoder with variable length integer encoding implementation in Rust
-
conf_json
A human editable configure file in JSON parser
-
serde_shade_nbt
Rust serde crate for the ShadeNBT file format
-
quickfix-msg41
FIX 4.1 messages generated from official XML spec file
-
raw-bytify
converting structs to bytes and vice-versa
-
simple-tlv
Encoding and decoding of SIMPLE-TLV as described in ISO 7816-4, without allocations
-
hds_console-api
test crate, do not use
-
blob-uuid
Converts Uuid to a url friendly 22 character string blob
-
borc
CBOR done right
-
cyrly
A serde-based YAML serializer for Rust with an unusual output style
-
numf
Convert numbes between formats
-
spc_tag
SNES SPC file format tag library and utilities
-
hubpack
A predictable serialization format
-
gzb_binary_69
binary key value structure with a high performance a reader and writer
-
asn-codecs
ASN.1 Codecs for Rust Types
-
json_io
simplifying saving and loading serializable types to and from json files
-
alphaid
Generate Youtube-Like IDs with Rust
-
emk-rs
Pure-Rust implementation of the Extreme Karaoke file format
-
redshirt
support for the Redshirt 1 and Redshirt 2 data encoding schemes
-
serde_wat
Scary macros for serde_json
-
transmog-async
Async stream support for Transmog
-
residua-zigzag
converting between signed and unsigned integers using zigzag encoding and decoding
-
packet-binser
binary (de)serialization library with a main usecase of network packets
-
microserde
Zero-dependency implementation of Serde
-
ub
Can bundle multiple sources to a single one and extract back
-
binary-mirror
Core types for binary-mirror derive macro
-
pokemon-go-protobuf
Pokemon Go proto buffer types
-
value-bag-serde1
detail for value-bag
-
wsbps
Websocket Binary Packet System
-
serde-smile
A Smile implementation for Serde
-
rschema
A json-schema generator
-
arff
ARFF file format serializer and deserializer
-
tiny-serde
A tiny library to serialize and deserialize to/from JSON
-
npm-package-json
parsing npm’s
package.json
file -
jsonsv
CLI validator for JSON schema
-
cbor-codec
CBOR Codec implementation
-
libipld
dealing with ipld
-
nyoom-json
A json serializer that goes nyoom
-
huski-lib-core
No std ASCII table aide library core
-
serde_json_path_core
Core types for the serde_json_path crate
-
serde_cbor_2
CBOR support for serde
-
prost-stream
prost stream
-
df_st_world_sites_and_pops
World_sites_and_pops.txt parser for the DF Storyteller project
-
bevy_serde_lens_core
World access module for bevy_serde_lens
-
tsv
tsv (tab-seperated-values) data format for serde (serialization/deserialization)
-
packing
Bit packing and unpacking for arbitrarily aligned fields
-
nested_qs
Serializing/deserializing nested style querystrings with serde
-
rs-cjy
Convert between CSV, JSON, YAML formats of 2D dataset
-
yaml-navigator
writing and running queries against YAML
-
xorio
XOR-ing Read/Write streams
-
json2pb
convert json object to protobuf message
-
merde_core
Base types for merde
-
valuable_value
Valuable values for rust
-
buffalo
Serialization library for Rust
-
sectorize
A small library for writing arbitrarily-aligned data to sectored mediums
-
int-conv
Explicit integer conversions
-
byteio
I/O abstractions for bytes
-
ratman-types
Encoding types for the Ratman API
-
json-rs
Lightweight JSON reader and writer, written in pure rust
-
yaml2json-rs-bin
Command line utility to convert YAML files to JSON
-
picopb
no_std protobuf parsing for Rust
-
vu128
Efficient variable-length integers
-
weird
A Crockford Base32-like encoding that produces non-sequential output based on a salt
-
protopuffer
Rust only protobuf implementation
-
easy_json_serde
Dead-simple JSON serialization / deserialization
-
tbon
TinyChain Binary Object Notation is a compact and versatile stream-friendly binary serialization format
-
messagepack-cli
CLI tool to convert MessagePack data to JSON and vice versa
-
serde-automerge
(De)serialize
serde
objects from or intoautomerge
transactions -
vorm
Wrapper library for MongoDB
-
serde-field-default
Serde field default attribute
-
planus-inspector
Internal library for planus
-
serde_nbt
A Serde library for Minecraft's Named Binary Tag (NBT) format
-
valuable
Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries
-
logos-display
A derive macro to automatically define the Display trait based on logos
token
andregex
attributes -
tpk
A (de)serialization crate for TPK data
-
conversion
An abstraction crate to convert iterators on the fly
-
neoncore
Core utility library for working with binary data streams
-
chive
A low-level type-safe binary serialization library with support for numbers, arrays, strings, and nested sub-archives
-
kvds
An efficient key-value store for encoding documents
-
py27-marshal
port of https://github.com/python/cpython/blob/master/Python/marshal.c
-
protobin
basic functions to encode & decode Protocol Buffer binary messages
-
caido-convert
Encoding library for web security applications
-
rb64
Base 64
-
jsonp
Fast Json pointers in Rust
-
fwetch
Brought from NodeJs to rust
-
code128
Code 128 decoding and encoding
-
stun_codec_blazh
fork from stun_codec
-
jolse
command-line interface (CLI) tool written in Rust for encoding and decoding files and directories using base64 encoding
-
open-rpc
Definition of the types used in the OpenRPC Specification
-
nats-types
Enumerations and types for representing NATS protocol messages
-
strip_bom
Add a simple BOM striping feature for
str
andString
-
fuzzcheck_serde_json_generator
A Fuzzcheck mutator which generates
serde_json::Value
s -
arrow2
Unofficial implementation of Apache Arrow spec in safe Rust
-
orcxx_derive
Procedural macros to deserialize structures from Apache ORC using orcxx
-
otdrs
convert OTDR Bellcore SOR files to Serdes-compatible structs and JSON/CBOR thereafter, usable as a Rust library or as a standalone tool; it can also write SORs from Rust data structures
-
code-rs
multiple coding schemes
-
async-streamdata
Async IO data stream decoding utilitites
-
serializable-yaml
Serializable equivalent of yaml-rust
-
bytestream
convenient way of writing binary data to a buffer
-
desse
Ultra fast binary serialization and deserialization for types with size known at compile time
-
bmbp_marco_rdbc
BMBP Marco
-
zbus_macros
proc-macros for zbus
-
ptah
Poplar's message-passing format
-
leekoq
This project is an open source pure
Rust
implementation of Microchip’s KeeLoq proprietary -
base_any
通用的 base 系列编解码。中文编码。
-
serde-aux-ext
serde-aux extension
-
serialize-quill-delta
Serialize a Quill Delta object to text
-
serde-extensions
Extensions for serde serializable structs
-
naumi
Lightweight and fast data transfer protocol. Fast de/serialization and tiny size!
-
base64_light
Base64 Encoder & Decoder
-
serde-protobuf
Support for Google Protocol Buffers in combination with serde
-
insim_core
Core types and traits for the insim crate
-
serde-bench
Minimal serialization format for benchmarking Serde
-
zarrs_object_store
object_store store support for the zarrs crate
-
seredies
Redis Protocol as a serde (de)serializer
-
bitcode_lightyear_patch
bitcode is a bitwise binary serializer
-
protospec
One binary format language to rule them all, One binary format language to find them, One binary format language to bring them all and in the darkness bind them
-
llsd
LLSD serializer and deserializer
-
serde_bytes_ng
Optimized handling of
[u8; N]
,&[u8]
andVec<u8>
for Serde -
utf8mb3
Let mysql's utf8 encoding store four-byte characters such as emoji(让 mysql 的 utf8 编码存储表情符号这类的四字节字符)
-
shinyid
A package for encoding and decoding unique identifiers into URL-safe ( shiny )
-
query-params-trait
Query parameters trait
-
valico
JSON Schema validator and JSON coercer
-
moosicbox_audio_decoder
MoosicBox Symphomia player package
-
pdf_structure_viewer
Inspect how the PDF's structure looks
-
orecc-elf
Easy read/write ELF 32/64 relocatibles/executables/dynamics
-
data-encoding-bin
Swiss Army knife for data-encoding
-
k8-diff
Used for computing diff between Kubernetes objects
-
base16ct
Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation…
-
tyson
Typed Simple Object Notation
-
h-encoder
dead week 𝓮𝓷𝓳𝓸𝔂𝓮𝓻
-
dencode
decoding and encoding frames from readers and writers
-
pose3
data types for (de)serializing pose settings from pose3.json files
-
base65536
A binary encoding optimized for UTF-32/UCS-4 encoded text and Twitter
-
sval_flatten
Value flattening for sval
-
uf2_block
UF2 block packing and unpacking
-
mrg
parsing and serializing Gravity Defied levels
-
minicbor-ser
serde for minicbor
-
dle-encoder
DLE ASCII encoder and transport layer for Rust
-
lunify
converting Lua byte code to different versions and formats
-
sval_buffer
Value buffering for sval
-
easy_yaml
Easy work with Yaml files
-
wezterm-input-types
config serialization for wezterm via dynamic json-like data values
-
musli-json
JSON support for Müsli
-
crc-frame
functions for reading and writing crc32'd framed buffers
-
serde_php
Serde support for PHP's serialization format
-
serde-pbx
working with Apple's .pbxproj format
-
sk-cbor
CBOR parsing library
-
npy
NumPy file format (de-)serialization
-
oasis-borsh-derive-internal
Binary Object Representation Serializer for Hashing
-
zarrs_zip
A storage adapter for zip files for the zarrs crate
-
smdiff-writer
constructing valid SMDIFF files (not an encoder)
-
tokio_x_codec
tokio codec. auto impl tokio_util::codec::Encoder and tokio_util::codec::Decoder.
-
pbzlib
used for simplifying the serialization and deserialization of protocol buffer objects to/from files. The main use-case is to save and read a large collection of objects of the same type…
-
ps-base64
Base64 encode/decode
-
musli-tests
Müsli is a flexible and generic binary serialization framework
-
chromium_pickle
Binary value packing and unpacking
-
quickfix-msg42
FIX 4.2 messages generated from official XML spec file
-
detrojt
A hack to support deserialization of arbitrary trait objects
-
py-marshal
port of https://github.com/python/cpython/blob/master/Python/marshal.c
-
csvstream
Serialize and deserialize CSV streams
-
musli-common
Common utilities shared among Müsli encodings
-
deserialize_custom_strings
functions for deserializing custom strings using serde (e.g. emails or phone numbers)
-
ipp_encoder
Internet Printing Protocol encoder-decoder
-
bencode
easy encoding/decoding
-
pbf
Mininmal protobuffer module; Build your own glue
-
imperative-rs
Auto derivable trait to easily define instruction sets
-
sixel-tokenizer
A tokenizer for serialized Sixel bytes
-
protoc-wkt
Google Protobuf well-known type file descriptor sets
-
sphalerite
A dependency-free crate for binary serialization
-
structure
Use format strings to create strongly-typed data pack/unpack interfaces
-
castflip
encoding/decoding numeric variables, arrays and structures in little-endian and big-endian
-
smoljson
Minimal
-
ouch_model
Data model bindings for ouch exchange protocol
-
tokio-serde-bincode
Tokio bindings to quickly turn a stream of bytes to a stream of parsed/serialized items using the bincode format
-
residua-mutf8
converting between MUTF-8 and UTF-8
-
typed-io
Extends and types
std::io
to make it easier to use -
yenc
Encodes and decodes using the yEnc encoding
-
strason
Archived and unmaintained
-
df_st_world_history
World_history.txt parser for the DF Storyteller project
-
uf2-decode
Basic decoding of UF2
-
finite_repr
Isomorphic encoding/decoding data to & from numbers
-
cove
Casts Of Varying Elegance (COVE): extension traits for casting numerical types
-
eager_json
Deserialize JSON from io::Read by buffering into a string
-
planus-translation
Internal translation library for planus
-
serde_rec
GNU Recfiles data format for serde
-
lineup
read/write collection of formatted UTF-8 string items
-
audyo
audio decode/encode library
-
declio
A declarative I/O serialization library
-
sval_dynamic
Object-safe versions of sval::Stream and sval::Value
-
de-regex
Regular expression based deserialization for serde
-
jxon
Convert XML to a serde_json::Value and back quickly using quick-xml
-
rs_json2csv
Convert JSON to CSV in Rust
-
fcmlib
read and write Brother's FCM plotter files
-
libmctp
MCTP (Management Component Transport Protocol) implementation for Rust
-
blob-stream
Blob transfer over chunks (datagrams)
-
evolvingstring
creating evolving strings based on SHA256, with serialization and time-based prediction capabilities
-
fog-human-json
Human-readable fog-pack data, through JSON
-
arq
manage Arq Backup data formats
-
leb128-u64
Extremely minimal and simple LEB128 u64 encoding/decoding
-
wire-framed
encoding and decoding structures into a binary data format
-
moan
Moan encode and decode API
-
mtml-parser
MTML parser written in Rust
-
yzb64
Ytrizja base-64 specialization
-
flexbuffers
Official FlexBuffers Rust runtime library
-
quick-csv
quick csv reader and decoder
-
hserde
serialization/deserialization library written purely in Rust
-
libzbase32
z-base-32 format for Rust. This implementation is no_std compatible.
-
url_params_serializer
Allows serialization of types to URL GET parameters
-
plabble-codec
Plabble Transport Protocol codec
-
protobuf2
Google protocol buffers
-
protobuf_codec
Encoders and decoders for Protocol Buffers based on bytecodec crate
-
pipecsv
A pipebase plugin using csv serde
-
serde_builder
serde extension to build de/serialization algorithms for types using a builder pattern
-
simple_bencode
bencode encoder and decoder, that uses neither rustc-serialize or Serde. Instead, it serializes from / deserializes to a tree using a 4-branch enum.
-
timecode-coder
A pure Rust no_std library for decoding and encoding timecode in real-time
-
stremio-serde-hex
Hexadecimal encoding/decoding with serde
-
struct-patch-trait
A lib help you patch Rust instance, and easy to partial update configures
-
bitchomp
reading in different types from a buffer of bytes
-
tnetstring
parser for Rust
-
base64-lib
A base64 encoder / decoder
-
sval_nested
A recursive variant of sval
-
mini_leb128
A minimal library to read and write integers encoded using LEB128
-
serdeio
Tiny IO utility library for Rust to serialize/deserialize Serde compatible structs
-
serde_fancy_regex
A fork of serde_regex that (de)serializes fancy_regex as strings
-
urlencode
A CLI utility for URL-encoding or -decoding strings
-
charlestown
RFC 4180-compliant CSV reader and writer
-
conclave-room-serialize
serialization for the conclave room protocol
-
serry
unstructured Serde
-
json_value_remove
Interface to remove serde_json::Value elements
-
delimited-protobuf
A read/write library for length-delimited protobuf messages
-
serialize_rows
serializing trait for 2d vectors and arrays
-
ed
Encode and Decode traits
-
ferveo-common-pre-release
Common types and traits for Ferveo
-
lawn-protocol
protocol types, traits, and codes for Lawn
-
e-utils
utils
-
serde_bigquery
A serde Serializer into BigQuery literal format
-
brioche-ducc-serde
Serde serializer/deserializer implementation for
ducc::Value
(fork) -
zende
A zigzag encoding/decoding library
-
serde_buf
Generic buffering for serde
-
terraform-parser
Strictly typed terraform plan and state files parser written in Rust
-
boba
Encoder and decoder for the Bubble Babble binary data encoding
-
base85
encoding as described in RFC1924
-
velocypack
ArangoDB's VelocyPack protocol
-
decart
Octo cartridge encoder/decoder
-
abio
Safe abstractions for interfacing with the native operating system ABI
-
midi-codec
Tools for encoding and decoding a stream of MIDI messages
-
exp3
data types for (de)serializing expression settings from exp3.json files
-
pageman
Disk-based page manager/store
-
musli-descriptive
A fully self-descriptive format for Müsli
-
monc
Read And Write Bedrock NBT
-
jsonfeed
Parser for the JSONFeed (http://jsonfeed.org) specification
-
cyware-convert
Encoding library for web security applications
-
protobuf_iter
Iterate over Protobuf messages while decoding on the fly
-
json_serializer
JSON serializer that can encode and decode data from a file already in valid JSON format into a Hashmap, and deserialize it back into the original JSON string
-
docchi_compaction
A serializer which compresses integers
-
borsh-v
Binary Object Representation Serializer for Hashing
-
zarrs_icechunk
icechunk store support for the zarrs crate
-
binwrite
helping write structs as binary data using ✨macro magic✨
-
tlbits
TL-B serialization (bits only)
-
mllp-rs
MLLP (Minimal Lower Layer Protocol) implementation
-
pro-serde-versioned
method for versioning and upgrading data structures when serialized via serde
-
n85
N85 (Ascii85 variant) encoder & decoder
-
db-dump
scripting analyses against crates.io's database dumps
-
msgpackin_core
Msgpackin pure Rust MessagePack no_std encoding / decoding library
-
bytekey-fix
lexicographic sort-order preserving binary encoding
-
dessert
A impler way of writing Serde custom serialize and deserialize traits
-
minicbor-derive
Derive minicbor
Decode
andEncode
traits -
base16384
Encode binary file to printable utf16be, and vice versa
-
mmap_bytey
Mmap Bytey provides a convenient and easy to use byte storage
-
serde-rlp
Ethereum's RLP encoding implemented as a Serde data format
-
sval_test
testing sval::Value implementations
-
m-bus-parser
parsing M-Bus frames
-
from_as
Traits and derive macros to Read and write types that implement serde Serialize and deserialize to files
-
bitsreader
trait to read bits from a stream of integers
-
wild-container
The reference implementation of the Wild Container Format
-
qr-rs
A CLI utility to encode URLs or text into QR codes in various formats and colors
-
yaml2json-rs
Convert YAML documents to JSON
-
libbase64-sys
An FFI Binding to libb64, cencode.h and cdecode.h
-
psrdada-sys
Bindgen wrappers for psrdada
-
serde_utils
macros and types for Serde
-
mnumonic
A tiny library to convert opaque binary data to and from a human-memorable phrase
-
rustbif
Rust Binary Format
-
bs62
Base62 encoder / decoder with support for leading
0x00
bytes -
vcdiff-reader
reading VCDIFF files
-
libphonenumber-sys
rust ffi bindings to libphonenumber
-
tree-sitter-parsers
Preinstallation of tree-sitter parsers of multiple languages for Rust projects
-
yason
Encoding and decoding support for YASON in Rust
-
rcobs
Reverse-COBS encoding
-
string_wrapped
Tiny library to easily handle deserialization of different types that are serialized to strings
-
serde-indexed
Derivation of Serialize and Deserialize that replaces struct keys with numerical indices
-
cfgfifo
(De)serialize common configuration file formats based on file extension
-
zuri_nbt
Read and write minecraft NBT data
-
databuf
used to serialize and deserialize structured data in binary format
-
df_st_api
Starting an API server for the DF Storyteller project
-
spawn-base64
Base64 encoding/decoding library for WASM in Rust
-
esexpr-binary
ESExpr serialization binary format
-
quickfix-msg44
FIX 4.4 messages generated from official XML spec file
-
binary_macros
Macros for decoding base64-like encodings in string literals to [u8] literals
-
bebop-tools
Cargo buildscript tools for Bebop, a schema-based binary serialization format
-
laminar-bcs
Binary Canonical Serialization (BCS)
-
agentx
implementing all PDU types and encodings according to the standard
-
accord
validating data according to rules like "contains", "length", "either", "range"
-
asm
decoding and encoding assembly of various architectures
-
datagen-rs
A random data generator written in rust
-
ck3json
Convert CK3 files to JSON
-
endio
ergonomic reading/writing of binary data, with automatic endianness conversion and extendability
-
planus-types
Internal type library for planus
-
gsm7
GSM-7 (aka GSM 03.38 or 3GPP 23.038) encoding and decoding in Rust
-
bread-cli
byte conversion tool
-
sing_rs
Macros for generating STDIN/STDOUT interfaces to trait objects
-
ogmo
Serde definitions for Ogmo level editor files
-
sysfs-serde
Deserializes most common SysFS path's to Rust data types
-
transmog-versions
Multi-version/Multi-format support for Transmog
-
bmbp_marco_bean
BMBP Marco
-
base_core_socialist_values
Encode and decode with BCSV (base core socialist values)
-
hpack-patched
implementing HPACK coding. Patched from the original crate.
-
mavryk_data_encoding
encoding/decoding data compatible with mavryk data encoding
-
mz-avro
working with Apache Avro in Rust
-
binn-rs
serialize/deserialize binn format with no_std/no_alloc support
-
kodec
defining common interface for encoders and decoders
-
json-codec
JSON Codec implementation
-
postcard-bindgen-core
generate bindings for the postcard binary format for other languages than Rust - Core Crate
-
musli-wire
Fully upgrade stable format for Müsli suitable for network communication
-
activityrust
ActivityStream specifications
-
ions
ION(s) | intuitive object notation (ser/deser) ion is a data format designed to be user friendly, easy to pick up and easy on the eyes. this library is a serde implementation of the ion data format
-
derbyjson
A package to serialize to and deserialize from the DerbyJSON format for roller derby data
-
base64-lt
A base64 (with padding) string encoding/decoding utility
-
bilrost-types
A compact protobuf-like serializer and deserializer for the Rust Language
-
cborg
A CBOR parser
-
probor
A (prototype of) serialization protocol on top of CBOR that provides protobuf-like functionality
-
byte_lamination
Type-readable byte transformation wrappers, with CBOR and BARE serialisation and Zstd compression
-
serde-tc
Serde support for trait calls
-
snops-common
Common types and utilities for snops
-
trans
Serialization protocol for inter-language communication
-
webdav-serde
-
bytemuck_derive
derive proc-macros for
bytemuck
-
decent-serde-json-alternative
builds on the json crate to provide the FromJson and ToJson traits. You can pair it with the decent-serde-json-derive-alternative crate to automatically derive an implementation of those traits for your own types…
-
base64-secret
Base64 encoder/decoder with custom alphabet. The alphabet is sorted by a given key. The sorting is always deterministic.
-
utf8-builder
Build and validate UTF-8 data from chunks. Each chunk doesn't have to be a complete UTF-8 data.
-
yojson-rs
A parser for Yojson format(https://mjambon.github.io/mjambon2016/yojson.html)
-
try_encoding_from
A convenient API for serde_json, serde_yaml, serde_cbor. Meme of the TryFrom and TryInto traits.
-
shaft
A minimal and straightforward binary serde implementation
-
jsonist
A JSON formatter
-
zarrs_http
A synchronous http store for the zarrs crate
-
serde_cose
The COSE (RFC #8152) serialization format
-
residua-cesu8
converting between CESU-8 and UTF-8
-
protobuf-dbml
DBML transpiler for Protocol Buffers
-
pinecone
A no_std + serde compatible message library for Rust
-
beamcode
Erlang BEAM instructions encoding / decoding library
-
bevy_ron
temporary bevy ron fork
-
transmog-pot
Pot adaptor for Transmog
-
nachricht-nq
Pretty printing of nachricht messages
-
parity-codec
Lightweight, efficient, binary serialization and deserialization codec
-
byteorder_async
reading/writing numbers in big-endian and little-endian asynchronously
-
transmog-json
Json adaptor for Transmog
-
cbor-tools
Tools for encoding and decoding CBOR
-
roman_encoder
Encode unicode string into roman numerals
-
chromium-base64-rs
Pure rust implementation of chromium's btoa and atob
-
serde-path
URL Path decoding and encoding with serde
-
deser-json
JSON support for deser
-
bytepack
offers a Read and Write trait extension generalized for any packed data type
-
compact-encoding
A series of compact encoding schemes for building small and fast parsers and serializers
-
stdto
set of functional traits for conversion between various data representations
-
slugid
generation for Rust
-
rulid
Rust Universally Unique Lexicographically Sortable Identifier
-
serde-format
A tiny trait to format a serializable struct using custom placeholders
-
serialize_bits
Serialization/Deserialization in bits
-
bytesutil
byte utility for Rust
-
nimble
Async friendly, simple and fast binary encoding/decoding
-
base131072
encoding
-
bs58-cli
A cli utility for encoding/decoding base58 encoded data
-
esexpr
serialization format and related utilities
-
ascn-rs
A chess encoding similar to PGN but significantly smaller
-
serde_str
A serde wrapper that stores type using Display and FromStr
-
datastruct-rs
DataStruct simplifies handling binary data and JSON with a unified interface
-
rcodec
combinators for purely functional, declarative encoding and decoding of binary data
-
serde-sibor
A serde implementation of the SIBOR binary format
-
csv2json-lite
A little tool to convert a csv to a valid json array of object
-
utf8_iter
Iterator by char over potentially-invalid UTF-8 in &[u8]
-
polyglot
format-agnostic serialization
-
base64id-core
Efficiently represent 64, 32 and 16 bit integers as base64url strings
-
borsh-cli
Command-line utility for manipulating Borsh-serialized data
-
slen
encoding and decoding loadouts from the Splatoon series
-
serde_json_string_parse
Parse string trait as json returning original string in case of error
-
serde_repr_base64
A #[serde(with = "base64")] adaptor for base64 and bytemuck
-
metalmq-codec
MetalMQ codec library
-
inarybay
Graph-based binary format (de)serializer generator
-
protobuf-support2
Code supporting protobuf implementation. None of code in this crate is public API.
-
tobytes
A small crate to simplfy type to bytes encoding
-
agldt
Tools for handling data conforming the standards of the Ancient Greek and Latin Dependency Treebank
-
cs_serde_cbor
CBOR support for serde
-
sbs-api
binary serialization api
-
utf8-rfc2279
UTF-8 according to the obsolete RFC2279
-
ser_raw
fast serializer
-
paths-as-strings
paths_as_strings is a small crate with two public free-functions for unambiguously and universally encoding Paths as UTF-8 strings, and then decoding them back into Paths
-
planus-lexer
Internal lexer library for planus
-
fast-rustc-ap-serialize
Automatically published version of the package
serialize
in the rust-lang/rust repository from commit 15812785344d913d779d9738fe3cca8de56f71d5 The publishing script for this crate lives at: https://github… -
serde_derive-x86_64-unknown-linux-gnu
Precompiled implementation of #[derive(Serialize, Deserialize)]
-
base31
encoding and decoding, useful to represent large integers in a short, case-insensitive, hard-to-misread format
-
handwritten-json
Convert a non-standard JSON string into a normalized JSON string
-
conv64
base 10 to base 64 converter
-
base256u-cli
base256u encode and decode data to stdout
-
radix64
A base64 library by another name
-
oasis-cbor-value
CBOR parsing library
-
binverse
Fast binary serialization with versioning
-
ascii85
encoding and decoding Adobe Ascii85
-
byteorder-pack
A binary data reader and writer that is similar to Python's struct module
-
nu-serde
Turn any value into a nu-protocol::Value with serde
-
bytekey2
lexicographic sort-order preserving binary encoding
-
eio
Read and write numbers in big-endian and little-endian
-
aiid
AIngle base32 encoding scheme for keys, agents, identifiers, etc
-
smdiff-common
Common structs, functions, and traits for smdiff format
-
encoding-utils
A utils to help with encoding and decoding os strings and more
-
preferences-ron
Read and write user-specific application data using RON format
-
said
Self-Addressing identifier library
-
zero_escape
encoding and decoding data using the Zero Escape Encoding method
-
musli-utils
Common utilities shared among Müsli encodings
-
yaml-include
A lib and a CLI for recursively parsing "!include" data in yaml files
-
cerdito
Rust encoding and decoding framework
-
json_to_csv
Super simple function that will convert your json flat objects into a csv
-
bl_save
Read Blockland save files
-
serde-avro-bytes
Efficiently store Rust idiomatic bytes related types in Avro encoding
-
tombl
Interopability between bash and the TOML serialization format
-
proqnt
Zero-copy proquint encoding and decoding
-
tirse
serde frontent for binary format
-
pretty-bytes-typed
Strongly-typed prettified byte values
-
bytekind
Containers for byte arrays that are generic over their serialization format
-
corepack
A no_std support for messagepack in serde
-
preferences-serde1
Read and write user-specific application data
-
libipld-core
Base traits and definitions used by ipld codecs
-
serde_yaml_ext
Extensions to make dealing with unstructured data easier
-
milf
native Rust encoder and decoder of My INI-Like Format (MILF)-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for MILF data to facilitate…
-
compatible-with
Backward compatibility with older data using serde's untagged enums
-
bmbp_marco_curd
BMBP Marco
-
mempickle
Store raw structs on disk with 0 serialization
-
protoc-rust
protoc --rust_out=... available as API. protoc needs to be in $PATH, protoc-gen-run does not.
-
df_st_image_site_maps
Site Maps parser for the DF Storyteller project
-
base64-string
Base64 hash made using Rust
-
futures-lite-byteorder
A small crate that adds byteorder support to futures_lite
-
bin_io
Framework for reading and writing to binary files
-
classpad_string
handle XCP files and strings for the Classpad fx-400
-
hexutil
A macro to implement common traits to work with hexadecimal values
-
base94
encoding/decoding library
-
tagged-base64
User-oriented format for binary data. Tagged Base64 is intended to be used in user interfaces including URLs and text to be copied and pasted without the need for additional encoding, such as quoting or escape sequences.
-
from_as_file
Traits to Read and write types that implement serde Serialize and deserialize to files
-
deserialize-file-size
A serde helper function for deserializing file size input flexibly and robustly
-
ct-codecs
Constant-time hex and base64 codecs from libsodium reimplemented in Rust
-
u2cp437
Bare-bones Unicode to code page 437 conversion
-
inarybay-runtime
Graph-based binary format (de)serializer generator (runtime)
-
base91
Encoding binary data as ASCII characters. Similar to base64, but more efficient.
-
const_time_enc
port of ParagonIE's constant time encodings for PHP
-
sixel-image
An interface for querying, manipulating and serializing/deserializing Sixel data
-
bincode_derive
#[derive(Encode, Decode)] for bincode
-
libipld-json
ipld json codec
-
base16-rs
in Rust offers capabilities for encoding and decoding data in Base16 format. By utilizing the hex library, you can transform data into its hexadecimal representation and also decode…
-
bcs-link
Binary Canonical Serialization (BCS)
-
uwucodec
Encode your data into uwu and back
-
reproto-backend-java
Rethinking Protocol Generators
-
prost_types_for_lucas
Fork to prost-types, try for add serde derive
-
bintext
Encode and decodes binary encoded text into aligned binary blobs using SIMD
-
msiz_rustc-ap-serialize
Automatically published version of the package
serialize
in the rust-lang/rust repository from commit 74d5c70b174f06843049af2d764ff57ddc81c81c The publishing script for this crate lives at: https://github… -
wdg-base64
The Base64 Data Encoding
-
qrrs
CLI QR code generator and reader
-
atx-cbor
Altronix Ser/De data types from device atx-zdk
-
mercy
open-source Rust crate and CLI for building cybersecurity tools, assessment projects, and testing infrastructure