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