-
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
-
compact_str
A memory efficient string type that transparently stores strings on the stack, when possible
-
typetag
Serde serializable and deserializable trait objects
-
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
-
flatbuffers
Official FlatBuffers Rust runtime library
-
serde-aux
A serde crate's auxiliary library
-
binrw
helping read structs from binary data using ✨macro magic✨
-
html-escape
encoding/escaping special characters in HTML and decoding/unescaping HTML entities as well
-
json5
serializer and deserializer which speaks Serde
-
protobuf
Google protocol buffers
-
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 -
ciborium
serde implementation of CBOR using ciborium-basic
-
openapiv3
data structures that represent the OpenAPI v3.0.x specification easily deserializable with serde
-
tokio-serde
Send and receive Serde encodable types over the network using Tokio. This library is used as a building block for serialization format specific libraries
-
bitstream-io
reading/writing un-aligned values from/to streams in big-endian and little-endian formats
-
capnp
runtime library for Cap'n Proto data encoding
-
serde_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
-
rmpv
Value variant for RMP
-
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
-
rasn
A safe no_std ASN.1 codec framework
-
apache-avro
working with Apache Avro in Rust
-
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
-
serde_plain
A restricted plain text serializer for serde
-
jaq-std
Standard library for jaq
-
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
-
serde_v8
V8 serialization and deserialization
-
ion-rs
Amazon Ion
-
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-hjson
Hjson serialization file format
-
serde-pickle
A serde-based serialization library for Python's pickle format
-
serde_valid
JSON Schema based validation tool using serde
-
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)
-
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…
-
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. -
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
-
serde_html_form
(De-)serialization support for the
application/x-www-form-urlencoded
format -
bcder
Handling of data encoded in BER, CER, and DER
-
typeshare
Seamlessly share type definitions across multiple languages for FFI interoperability
-
mycelium-bitfield
Structured bitfields, courtesy of Mycelium
-
picky-asn1-der
An ASN.1-DER subset for serde
-
serde_ipld_dagcbor
IPLD DAG-CBOR support for Serde
-
serde-xml-rs
xml-rs based deserializer for Serde (compatible with 0.9+)
-
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
-
typical
Data interchange with algebraic data types
-
fastnbt
Serde deserializer for Minecraft's NBT format
-
pilota
thrift and protobuf implementation in pure rust with high performance and extensibility
-
bevy_reflect
Dynamically interact with rust types
-
serde_arrow
Convert sequences of Rust objects to Arrow arrays and back again
-
asn1_der
ASN.1-DER en-/decoder
-
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
-
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…
-
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)
-
glues
Vim-inspired TUI note-taking app with Git, MongoDB, CSV, and JSON support - privacy-focused and sync-enabled
-
redact
keeping secrets out of logs
-
struct-patch
that helps you implement partial updates for your structs
-
merde
Serialize and deserialize with declarative macros
-
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
-
serdect
Constant-time serde serializer/deserializer helpers for data that potentially contains secrets (e.g. cryptographic keys)
-
z85
ZeroMQ's Z85 encoding mechanism with padding
-
sval
Streaming, structured value serialization
-
serde_dynamo
serde serializer/deserializer for DynamoDB items that supports aws-sdk-dynamodb, aws_lambda_events, and rusoto_dynamodb
-
serde_json_path
Query serde_json Values using JSONPath
-
prost-wkt
Helper crate for prost to allow JSON serialization and deserialization of Well Known Types
-
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
-
rsgen-avro
Command line and library for generating Rust types from Avro schemas
-
wavers
reading and writing wav files
-
serde_yaml_ng
YAML data format for Serde
-
k8-types
Kubernetes Object Types
-
serde_bytes
Optimized handling of
&[u8]
andVec<u8>
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
-
protobuf-src
Build system integration for libprotobuf
-
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
-
xlsxwriter
Write xlsx file with number, formula, string, formatting, autofilter, merged cells, data validation and more
-
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
-
decimal-rs
High precision decimal implementation for Rust
-
value-trait
Traits to deal with JSONesque values
-
serde_bencode
A Serde backed Bencode encoding/decoding library for Rust
-
serde-sarif
Serde serialization for SARIF files
-
xlsx_group_write
excel xlsx分组输出器
-
btetto
that produces Perfetto protobuf from formatted bpftrace output
-
gix-object
Immutable and mutable git objects with decoding and encoding support
-
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
-
oxilangtag
fast implementation of language tag normalization and validation
-
varint-simd
SIMD-accelerated varint encoder and decoder
-
utf8-chars
Char-by-char iterator and
read_char
method forBufRead
-
cookie-factory
nom inspired serialization library
-
procspawn
thread::spawn just with processes
-
supply-chain-trust-example-crate-000018
A JSON serialization file format
-
harsh
Hashids implementation for Rust
-
zarrs
Zarr storage format for multidimensional arrays and metadata
-
tuple
Element-wise operations on tuples
-
serde-querystring
A query string deserializer based on serde
-
anybuf
A minimal, zero dependency proto3 encoder to encode anything
-
schematic
A layered serde configuration and schema library
-
impl-serde
Serde serialization support for uint and fixed hash
-
gvdb
glib gvdb file format
-
option_set
Bitflags on steroids
-
prost-types
Prost definitions of Protocol Buffers well known types
-
voca_rs
manipulating [unicode] strings
-
serde_json_borrow
JSON deserialization into a borrowed DOM
-
serde_prometheus
serde-based serializer for prometheus' text-based exposition format
-
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
-
rasn-compiler
An ASN.1 compiler producing bindings for the rasn framework
-
actix-web-validator
Validation mechanism for actix-web
-
const-decoder
Constant functions for converting hex- and base64-encoded strings into bytes
-
sbe-codegen
Performance-oriented multi-language SBE codec generator
-
tor-bytes
Helpers for encoding and decoding byte-orientted data, as used by Tor
-
espa
converting ESM/ESP/ESS files to and from text format
-
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
-
apistos-schemars
Generate JSON Schemas from Rust code
-
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
-
conjure-serde
Serde Serializer and Deserializer wrappers for Conjure
-
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
-
tagger
Write SVG / HTML / XML programmatically
-
http-serde-ext
serde support for http crate types Request, Response, Uri, StatusCode, HeaderMap, Method, in Option or other collections
-
xmlserde
useful tool for serializing and deserializing xml
-
picky-asn1
Provide ASN.1 simple types
-
regorus
A fast, lightweight Rego (OPA policy language) interpreter
-
idm
Implicit Data Markup
-
xmp-writer
Write XMP metadata, step by step
-
serde-toml-merge
Merge your toml values
-
fstr
A stack-allocated fixed-length string type
-
npyz
NumPy file format (de-)serialization. Fork of outdated npy-rs.
-
nuid
A highly performant unique identifier generator
-
fax
Decoder and Encoder for CCITT Group 3 and 4 bi-level image encodings used by fax machines TIFF and PDF
-
deduplicating_array
A serde serialization strategy that uses PartialEq to reduce serialized size
-
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
-
asn1-codecs
ASN.1 Codecs for Rust Types representing ASN.1 Types
-
jsonschema-transpiler
transpile JSON Schema into schemas for data processing
-
simple_serde
A wrapper around multiple serde libraries making it easy to encode and decode multiple types
-
librum
Binary (de)serialiser
-
jsonrpc-server-utils
Server utils for jsonrpc-core crate
-
libhaystack
Haystack 4 data types, defs, filter, units, and encodings
-
votable
serializer/deserializer with support for format other than XML, such as JSON, TOML or YAML
-
serde-email
A validating email type that can be serialised using Serde
-
bitflags_serde_shim
Community Driven Serde Shims
-
columnar
Conversion from arrays of complex structs to simple structs of arrays
-
z-base-32
human-oriented base-32 encoding
-
yaup
URL parameters serialization
-
wd_tools
tools for rust
-
irp
Infrared IRP encoder and decoder
-
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
-
thrift_codec
encoding/decoding binaries specified by the thrift protocol
-
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
-
rtcm-rs
Encoding/decoding of RTCM v. 3
-
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
-
bsn1
Rust BER and DER serializer/deserializer
-
keyvalues-serde
(De)serialize VDF text with serde
-
fast32
Base32 and base64 encoding in Rust. Primarily for integer (u64, u128) and UUID identifiers, as well as arbitrary byte arrays.
-
bt_bencode
A Bencode encoding/decoding implementation
-
serde_columnar
Ergonomic columnar storage encoding crate with forward and backward compatible
-
collagen
The collage generator
-
serde-jsonlines
Read & write JSON Lines documents
-
base64-serde
Integration between rust-base64 and serde
-
infinite-rs
fast deserialization library for Halo Infinite
-
resend
easy to use, performant, customizable and extendable Rust library for little-endian/big-endian serializing and deserializing
-
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
-
jsonb
implement in Rust
-
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
-
build_pbf_glyphs
A CLI utility for generating protobuf-encoded SDF font glyphs from original source fonts
-
serde_norway
YAML data format for Serde
-
serde-content
Rust data structures for the Serde data model
-
ckc-rs
Poker hand evaluation library
-
tunm_proto
tunm proto for Rust
-
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
-
serde-untagged
Serde
Visitor
implementation for deserializing untagged enums -
schema_registry_converter_sf
just a fork of the original schema_registry_converter crate with a fix for the avro serialization
-
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
-
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
-
chewdata
Extract Transform and Load data
-
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
-
parquet-format-safe
Safe Parquet and Thrift reader and writer (sync and async)
-
serde_flexitos
Flexible serialization and deserialization of trait objects with Serde
-
prototk
toolkit for prototcol buffers
-
json-writer
fast crate for writing JSON to a string without creating intermediate objects
-
parquetry-gen
Parquet code generator
-
jsonxf
A fast JSON pretty-printer and minimizer
-
flv-tls-proxy
Local TLS Proxy
-
gin-tonic
main gin-tonic crate - rust protobuf with gin and tonic
-
dh
Data handling in Rust, made easy
-
picky-krb
Encode/decode Kerberos ASN.1 DER structs
-
laurel
Transform Linux Audit logs for SIEM usage
-
huski
ASCII table aide command line utility
-
reed_solomon_rs
A Reed-Solomon Error Correction Code Library that uses the Berlekamp Welch Algorithm
-
mr-ulid
Robust and Hassle-Free ULIDs (Universally Unique Lexicographically Sortable Identifier)
-
obkv
Optimized-bytes key and a value store
-
dprint-plugin-json
JSON formatter for dprint
-
envious
Deserialize (potentially nested) environment variables into your custom structs
-
tether-agent
Standardised use of MQTT and MessagePack for inter-process communication
-
streaming_serde_json
streaming alternative to serde_json for processing JSON data sources that are too large to fit in memory
-
mvt
encoding mapbox vector tiles
-
simd_cesu8
An extremely fast, SIMD accelerated, encoding and decoding library for CESU-8 and Modified UTF-8
-
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
-
newline-converter
Newline byte converter library
-
rusty_json
A lightweight and straightforward JSON library for Rust, providing basic JSON functionality, serialization, and manipulation
-
type_reg
Serializable map of any type
-
endi
endian-handling library
-
serde-pyobject
PyO3's PyAny as a serde data format
-
cranelift-serde
Serializer/Deserializer for Cranelift IR
-
datamatrix
Data Matrix (ECC 200) decoding and encoding with an optimizing encoder
-
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…
-
ulid-generator-rs
generating ULIDs
-
protobuf-build
functions for generating Rust code from protobufs (using protobuf-rust or Prost)
-
serde-hashkey
Space efficient, in-memory serde serialization which supports hashing
-
grammers-tl-types
Rust definitions for Telegram's API types and functions
-
serde-tuple-vec-map
Deserialize a serialized map to a Vec<(K, V)> in serde
-
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
-
femtopb
A no-std, no-alloc set of tools for protobuf encoding and decoding
-
no_proto
Flexible, Fast & Compact Serialization with RPC
-
oem_cp
that handles OEM code pages (e.g. CP{437,737,850}) for single byte character sets
-
package_json_schema
Parse content from
package.json
content and consume the result as aPackageJson
struct -
serde_influxlp
implementing Serde support for parsing and serializing InfluxDB v2 line protocol
-
json-unflattening
flattening and unflattening JSON structures
-
rust-zserio
[OBSELETE] Rust zserio support
-
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
-
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
-
golden_apple
decoding and sharing Minecraft data types
-
wot-td
Web of Things (WoT) Thing Description manipulation
-
serde-redis
Serde deserialization for redis-rs
-
write-json
{dependency,trait,macro}-less JSON serialization
-
gix-packetline
gitoxide project implementing the pkt-line serialization format
-
extfg-sigma
Sigma extfg financial interface messages serialization/deserialization
-
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
-
denkproto-rs
protobuf files for denkweit ecosystem
-
serde_tagged
Tag values during serialization, retreive tags during deserialization
-
raki
RISC-V instruction decoder written in Rust
-
human-units
Size and duration serialization and formatting library designed for configuration files and command line arguments
-
serde_ignored
Find out about keys that are ignored when deserializing data
-
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
-
ar_row
Row-oriented access to Arrow arrays
-
parsec-interface
Parsec interface library to communicate using the wire protocol
-
ih-muse-proto
Data structures used for communication and handle serialization
-
serde_spanned
Serde-compatible spanned Value
-
expunge
redact and transform struct fields declaratively
-
tarolog
flexible configuration of tarantool logs
-
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
-
marshal-rs
Blazingly fast Ruby-lang's Marshal implementation in Rust
-
varint-rs
A small, zero dependency varint implementation in Rust
-
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).
-
alkahest
Fantastic serialization library with zero-overhead serialization and zero-copy deserialization
-
lib0
Efficient binary encoding library for Yrs
-
serde-roxmltree
Convert roxmltree documents into Serde-compatible types
-
euid
Reference implementation for EUID
-
serde-diff
A small helper to serialize the diff of two structs of the same type and apply those differences to other structs
-
flatdata
Rust implementation of flatdata
-
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
-
pbjsonrpc-build
Generates jsonrpsee trait for prost message types
-
walle_mqtt_protocol
一个mqtt报文解析库
-
varuint
Variable length signed and unsigned integer types
-
tl-proto
A collection of traits for working with TL serialization/deserialization
-
bxmr
a CLI tool for managment BXM's code with rIME-Squirrel
-
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
-
apollo-encoder
serialise GraphQL Schemas
-
xq
A reimplementation of jq
-
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
-
serde-encoded-bytes
Efficient bytestring serialization for Serde-supporting types
-
drpc
Rust High Performance Async RPC Framework
-
isosphere
ISO standard data types, helpers, and related utilities
-
spacetimedb-sats
Spacetime Algebraic Type Notation
-
esyn
De/Serialization Rust In Rust
-
trustfall-rustdoc-adapter
Trustfall query adapter for rustdoc JSON data
-
pb-jelly-gen
A protobuf binding generation framework for the Rust language developed at Dropbox
-
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
-
olpc-cjson
serde_json Formatter to serialize as OLPC-style canonical JSON
-
streamson-lib
processing large JSONs
-
makepad-micro-serde
Makepad micro replacement for serde
-
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.
-
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
-
csv-diff
Compare two CSVs - with ludicrous speed 🚀
-
serde_at
serde serializer/deserializer for AT commands
-
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
-
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
-
simple_excel_writer
Excel Writer
-
extism-convert
Traits to make Rust types usable with Extism
-
fluvio-protocol
Fluvio streaming protocol
-
codepage
Mapping between Windows code page numbers and encoding_rs character encodings
-
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.
-
nson
lightweight data-interchange format like JSON or BSON
-
merge-yaml-hash
YAML Hash with merge/update capabilities
-
merde_time
Wrapper date-time types for merde
-
json-template
creating JSON templates
-
zarrs_tools
Tools for creating and manipulating Zarr V3 data
-
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
-
brickadia
Save file reader/writer for Brickadia BRS saves
-
tcp_message_io
TCP server and client implementation to exchange messages
-
sophia_turtle
toolkit for RDF and Linked Data - parsers and serializers for the Turtle-family of syntaxes
-
bytecon
A trait for easily converting to-and-from an array of bytes
-
cj_common
Collection of common functions used by cubicle-jockey projects
-
json-predicate
JSON Predicate lib based on draft-snell-json-07
-
versionize
A version tolerant serialization/deserialization framework
-
dcbor-cli
Command line parser/validator for deterministic CBOR ("dCBOR")
-
serde_encom
Official EnCom library
-
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 -
dnspod-lib
DNSPod lib
-
rapira
serialization library like borsh, bincode and speedy
-
wjp
Wizards JSON Parser
-
convert2json
CLI utilities to convert CSV, INI, RSV, TOML, XML & YAML into JSON and for use with jaq or jq
-
hjson
serialization file 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
-
sigstore_protobuf_specs
serializing and deserializing Sigstore messages
-
gelf_logger
Minimal rust logger to send log entries in GELF
-
serde_sv2
Serlializer and Deserializer for Stratum V2 data format
-
lua-protobuf-rs
lua protobuf
-
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
-
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
-
midi_file
For reading and writing MIDI files
-
orcxx
Rust bindings for the official C++ library for Apache ORC
-
jetro
transform, query and compare JSON format
-
toml_datetime
A TOML-compatible datetime type
-
ipld-nostd
A bundle of CID, IPLD, CAR, Multihash and serde serialization for [no_std]
-
dlhn
blazing fast and small data serialization format
-
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,文件存储时支持加密存储
-
bilrost
A compact protobuf-like serializer and deserializer for the Rust Language
-
torrust-tracker-contrib-bencode
(contrib) Efficient decoding and encoding for bencode
-
xso
XML Streamed Objects: similar to serde, but XML-native
-
json_keyquotes_convert
convert JSON from and to JSON without key-quotes
-
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
-
rustc-hex
rustc-serialize compatible hex conversion traits
-
json-event-parser
A JSON event parser and serializer
-
matrix-pickle
binary encoding format used in the Matrix world
-
tantivy-bitpacker
Tantivy-sub crate: bitpacking
-
toml2json
Convert TOML to JSON
-
dos-cp
DOS code pages
-
esl
reading, writing and processing ESM/ESP/ESS files
-
borsh-derive
Binary Object Representation Serializer for Hashing
-
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.
-
prometools
Extensions for prometheus-client
-
astro-format
Astro Format is a library for transcoding between an array of implemented types and a single buffer
-
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
-
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 4e4c20d2abe6a218991152b735800fbaf51aedd6 The publishing script for this crate lives at:… -
protozer0
protobuf decoder based on the protozero C++ library
-
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
-
polars-parquet-format
Safe Parquet and Thrift reader and writer (sync and async)
-
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
-
json-pointer
parsing and using JSON pointers, as specified in RFC 6901
-
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
-
bp7
dtn Bundle Protocol Version 7 ([RFC 9171]
-
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
-
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
-
ih-muse-record
Record Muse Api usage for testing purposes
-
bmbp_marco
BMBP Marco
-
ansi-color-codec
Encode bytes as ANSI background colors
-
json_compilation_db
read/write JSON compilation database file
-
halfling
A collection of basic utilities for working with nibbles
-
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
-
quacky
incomplete pure Rust protobuf (de)serializer. Initially forked from
https://github.com/tafia/quick-protobuf
, which unfortunately seems kinda abandoned… :/ -
flow-record
create records to be used by the rdump cli utility
-
shex_compact
RDF data shapes implementation in Rust
-
mqttrs
Mqtt protocol encoding and decoding
-
jsonnet-go
Idiomatic rust bindings for go-jsonnet
-
mangling
generates safe, recognizable identifiers from byte streams
-
s2-pmtiles
reads/writes The S2 PMTiles 1.0 Specification
-
foundations_ext
Foundation extensions published from the ewe_platform but usable by all
-
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
-
codes-agency
This package provides a common code representing standards agencies
-
serde-tagged-intermediate
Tagged intermediate representation for Serde serialization
-
cosey
Data types and serde for public COSE_Keys
-
rangetools
Extending the Rust Range structs found in std::ops
-
planus-cli
Command-line utility for planus
-
serde-teamspeak-querystring
A teamspeak query string deserializer based on serde
-
meilisearch-importer
import massive datasets into Meilisearch by sending them in batches
-
json-pretty-compact
A compact & pretty formatter for serde_json
-
docker_compose_spec
docker-compose.yml <-> rust <-> serde_json
-
syscall_encode
Traits and macros to help define a syscall interface for a kernel
-
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
-
five8_const
Compile-time base58 decoding
-
redb-bincode
redb
+bincode
wrapper aroundredb
-
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
-
surreal-id
A package for easily creating ID types for usage with surrealdb
-
base65536-cli
base65536 cli tool
-
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
-
bpx
BPX official rust implementation
-
z32
Zero-dependency
no_std
compatible MIT licensed implementation z-base-32 encoding -
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… -
high-level-kafka
High Level Kafka client for Rust
-
radix50
cli for encoding and decoding DEC PDP-11 and PDP-10 RADIX-50 word streams (https://en.wikipedia.org/wiki/DEC_RADIX_50)
-
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. -
actix-bincode
Bincode extractor for Actix Web
-
pdl-runtime
PDL's runtime library
-
irox-tools
Stuff that should have been in the Rust STL, but aren't
-
ssh_format
Data format used to communicate with openssh mux server
-
ciborium-ll
Low-level CBOR codec primitives
-
fbthrift-git
-git package for fbthrift
-
calends
Calendar library for Rust
-
syml
configuration language similar to YAML, but may be more user-friendly
-
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
-
serde_urlencoded_xrpc
XRPC-flavored serde_urlencoded
-
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…
-
feldera-ijson
A more memory efficient replacement for serde_json::Value
-
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
-
prost-validate-build
protoc-gen-validate's validation generation using prost-build
-
rusty-chunkenc
Prometheus' chunkenc library
-
sj
-
base16
(hex) encoding and decoding
-
vestaboard
a wrapper for the Vestaboard API with support for v2
-
serde_with_macros
proc-macro library for serde_with
-
polars_excel_writer
A Polars extension to serialize dataframes to Excel xlsx files
-
protobuf-native
A high-level, safe API for libprotobuf
-
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.
-
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
-
edn-format
EDN (Extensible Data Notation)
-
kpea
CPIO archive reader/writer library. Supports New ASCII and Old character formats. Fuzz-tested against GNU cpio.
-
easy-hex
An easy to use Hex string formatting wrapper
-
serde_smb
serde serialization for use with MS-SMB structures
-
compact_bytes
A memory efficient bytes container that transparently stores bytes on the stack, when possible
-
mchr
Lenient implementations of encodings. Zero allocations, zero dependencies!
-
cs_serde_bytes
Optimized handling of
&[u8]
andVec<u8>
for Serde -
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 -
watto
parsing and serializing Plain Old Data
-
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
-
json_size
calculate the size of a JSON object
-
serde_x12
A Serde for ASC X12 EDI documents
-
fast-assets
Easy to use Assets Manager
-
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
-
arc-writer
Arc writer
-
jsony
An experimental fast compiling serialization and deserialization libary for JSON like formats
-
pb-sdk
unofficial async pocketbase sdk
-
muddy
static string obfuscation library
-
df_storyteller
Command line interface for Dwarf Fortress Legends
-
omniqueue
An abstraction layer over various queue backends
-
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.
-
sjdiff
Structural JSON Diff Library for Rust
-
not-send
!Send PhantomData type
-
canadensis_codegen_rust
Generates Rust code for data types based on Cyphal DSDL files
-
typed-sled
Sled with types instead of bytes
-
diffogus
calculate the difference between 2 instances of a type
-
rdkafka-wrap
rdkafka wrap
-
rdfoothills
A collection of mostly small, RDF related utilities, including conversion between different serialization formats, using external tools
-
jsonfilter
Filter and compare JSON objects
-
serde_json_path_to_error
A drop in replacement for serde_json where detailed errors are the default
-
serser
serialization crate
-
us-state-info
A Fork of a Rust implementation of the state names & abbreviations for the USA
-
jtd-derive
Generate JSON Typedef schemas from Rust types
-
serde-query
Serde-compatible streaming data-query language with a jq-like syntax
-
curies
Idiomatic conversion between URIs and compact URIs (CURIEs)
-
ssi-json-ld
JSON-LD-related definitions for the ssi library
-
levitas_client
levitas's client
-
opg
Rust OpenAPI 3.0 docs generator
-
vox_writer
writer module for MagicaVoxel file format
-
serde_datalog
A Serde serializer that extracts Datalog facts
-
vbs
Version-tagged serialization adaptor with compile-time version checking
-
pilota-build
Compile thrift and protobuf idl into rust code at compile-time
-
round-to
Round floating point to integer
-
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
-
kivi
KIVI | Key-value pair with key and value in separate lines
-
axum-postcard
📬 postcard axum extractor and response using serde
-
junction-typeinfo
reflection for junction API generation
-
quartz_nbt
support for serializing and deserializing Minecraft NBT data in binary and string form
-
fog-pack
Binary Data format supporting immutable references, schema, and compression
-
shardio
Out-of-memory sorting and streaming of large datasets
-
rkyv_rpc
Helpers for defining an RPC protocol using rkyv
-
gcn_disk
Gamecube file header library and utilities
-
freeform
A small library for being able to store free-form data
-
meowtonin-serde
Serializer/deserializer for BYOND types, using meowtonin
-
json5format
Customizable JSON5 document formatter that preserves comments
-
tfhe-versionable
Add versioning informations/backward compatibility on rust types used for serialization
-
country-code-enum
Copyable Serde and Sqlx compatible country codes
-
serde-ast
An AST representation for serde serialization
-
scidec
Scientific number converter
-
enrede
string encoding library, providing an interface similar to str/String
-
dynamecs-app
An opinionated ECS-like architecture for time-dependent simulations
-
alt_serde
A generic serialization/deserialization framework
-
serdev
Serde with Validation
-
json2parquet
Convert JSON files to Parquet
-
serde_url_params
URL parameters serialization
-
gura
configuration language serializer/deserializer for Rust
-
nkv_spec
Cap'n Proto generated files for nkv
-
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
-
rbson
Encoding and decoding support for BSON in Rust
-
bytify
macro that can write given const-expr values into a continuous byte array
-
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
-
piccolo-util
piccolo
library -
eqr
Encode text into svg/png/jpg/terminal-format QR codes
-
pre-commit-sort
Sort pre-commit files
-
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
-
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
-
serde_yaml_with_quirks
YAML support for Serde, fork with quirks support
-
base64_light
Base64 Encoder & Decoder
-
brcode
parse and emit BR Codes
-
perfect-decimal
Limited range decimals which serialize as IEE754 floats with no loss of precision
-
lbs
Lazy Binary Serialization
-
serde_merge
merge some serializable data types
-
jsonway
JSON building DSL and configurable serializers for Rust
-
tower_type_steer
Steer (aka route, aka dispatch) request to service based on their types
-
datafusion-proto-common
Protobuf serialization of DataFusion common types
-
lta_models
🚍Models for lta-rs
-
phone_type
Phone type for Rust
-
storekey
Lexicographic sort-order preserving binary encoding format for key-value stores
-
cj_bitmask_vec
BitmaskVec is a Vec that pairs bitmasks with T. Bitmasks u8 through u128 are supported.
-
bad64
Rust bindings for Binja's arm64 disassembler
-
rtcm-json
JSON serialization/deserialization of RTCM v. 3
-
dioxus-form
Automatic form-serializer for dioxus
-
polars-json
JSON related logic for the Polars DataFrame library
-
bytesize-serde
Alternative serde implementation for bytesize crate based on its FromStr
-
ajson
JSON Parser for Rust - Get JSON values quickly
-
bitcode_lightyear_patch
bitcode is a bitwise binary serializer
-
json_utils_2024
JSON utilities for Rust
-
zarrs_ffi
FFI bindings for the zarrs crate
-
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
-
bincode2
A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!
-
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
-
base64uuid
Type for representing base64url-encoded UUIDs
-
serde-serialize-seed
The
SerializeSeed
trait for convinience -
charset-normalizer-rs
Truly universal encoding detector in pure Rust - port of Python version
-
disasm6502
6502 disassembler, complete with a working example
-
byteserde
A generic serialization/deserialization framework for mapping byte streams to/from arbitrary struct types with focus on performance
-
bmfont
bitmap font config parser
-
stegcloak
Hides secrets inside text by compressing and encrypting the secret before cloaking it with special unicode invisible characters
-
cra
extracting/archiving in multiple formats fully in memory
-
j2csv
Convert JSON to CSV
-
jsonbuilder
A json builder used to create JSON structures using a simple DSL
-
wolfram-expr
Efficient and ergonomic representation of Wolfram expressions in Rust
-
encoding_rs_rw
Space-efficient std::io::{Read, Write} wrappers for encoding_rs
-
bytekey2
lexicographic sort-order preserving binary encoding
-
gree-ir
IR encoding/decoding for Gree AC
-
cu29-value
fork of Value with custom types added for Copper like the time and units
-
edgedb-tokio-ext
Derive macros for edgedb-tokio-ext
-
sunlight
A very simple Protobuf binary parser
-
itch
A cli tool for InTerCHanging between different serialized data formats
-
configrs
Configuration library
-
postcard-bindgen
generate bindings for the postcard binary format for other languages than Rust
-
argus-ser
Rustc Ty serialization and TS bindings
-
byteorder-lite
reading/writing numbers in big-endian and little-endian
-
roslibrust_serde_rosmsg
A rosmsg serialization file format
-
frclib-datalog
WPI's DataLog spec
-
enumscribe
Derive macros for converting between enums and strings
-
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
-
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
-
avro-rs
working with Apache Avro in Rust
-
serde-cyclonedx
Serde serialization for CycloneDx files
-
psrdada
wrapper for the psrdada radio astronomy library
-
timecode
manipulate timecode
-
cdumay_error
serialize and deserialize error using serde
-
serde-env-field
A helper for serde deserialization with environment variables expansion
-
synapse_pb
Protobuf messages for CogniPilot Synapse
-
iunorm
Map normalized floating-point numbers to/from (un)signed integers
-
fuid
A UUID-compatible identifier in a friendly base-62 format
-
serde_avro_derive
Derive avro schema for Rust structs for serde_avro_fast
-
ucpack
serialization format used in the Arduino Alvik
-
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
-
serde_path_serializer
A Serde serializer for Path
-
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
-
typed-json
A JSON serialization file format
-
eolib
A core rust library for writing applications related to Endless Online
-
ei
erl_interface for rust
-
cdr
A serialization/deserialization implementation of Common Data Representation
-
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
-
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
-
quick-type-schema
Generate json schema and language bindings
-
th_rs
Binding
-
ryan-cli
Ryan: a configuration language for the practical programmer
-
serde-byte-array
Optimized handling of
[u8; N]
for Serde -
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
-
serde_urlencoded_field
Easily urlencode fields in serde_dervie types
-
base64id
Efficiently represent 64, 32 and 16 bit integers as base64url strings
-
firefly-meta
Parser and serializer for the Firefly Zero metadata file format
-
protoc
Protobuf protoc command as API
-
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
-
chisel-decoders
Chisel UTF-8 and ASCII byte stream decoder implementations
-
comiconv-server
A server for converting comic book archives, compatible with comiconv
-
minicbor-io
A set of I/O utilities for minicbor
-
supply-chain-trust-example-crate-000007
encodes and decodes base64 as bytes or utf8
-
rustmatica
reading, editing, and writing Minecraft litematic files
-
koto_serialize
Serde serialization support for the Koto programming language
-
syno_api
An incomplete set of DTOs and errors for Synology DSM APIs
-
uninode
Universal object type
-
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
-
xml_serde
Namespace aware XML (de)serializer utilizing Serde
-
serde_json_canonicalizer
JSON Canonicalization Scheme (JCS - RFC 8785) implementation
-
nexrad-model
Common model for NEXRAD weather radar data
-
map-to-javascript-html
serializing a map to JavaScript code in HTML usually for dynamically generating strings on web pages
-
cbor4ii
CBOR: Concise Binary Object Representation
-
arch-ops
encode and decode instructions for several architectures
-
simple_x509
X509 creating library
-
zalgo-codec-common
Convert an ASCII text string into a single unicode grapheme cluster and back
-
serde_unit_struct
(De)serialize a unit struct as its name
-
asmkit-rs
Portable assembler toolkit: decoding and encoding of various architectures
-
rs1090
decode Mode S and ADS-B signals
-
moosicbox_aconverter
Audio converter helper binary
-
supply-chain-trust-example-crate-000076
Unicode Bidirectional Algorithm
-
serde_spaniel
Spaniel Interactive Deserialiser for Serde
-
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
-
vsf
Versatile Storage Format
-
tether-lidar2d-consolidation
Tether Lidar2D Consolidator Agent, Rust edition
-
fusio-parquet
Parquet reader and writer implementations for Fusio
-
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
-
alt_serde_json
A JSON serialization file format
-
pegination
cursor pagination
-
image4-util
Pure Rust tool for handling Image4 files (aka IMG4, IM4P, IM4M, IM4R)
-
bytekey-fix
lexicographic sort-order preserving binary encoding
-
destream_json
decoding & encoding a JSON stream
-
rustwire
efficient manipulation of encoded protocol buffer messages
-
mazze-addr
Mazze Address Encoder/Decoder
-
clox_models
Rust models generated from avsc files
-
varu64
A variable length encoding for unsigned 64 bit integers
-
merde_msgpack
msgpack serizliation/deserialization for merde
-
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
-
allwords
Generate all the words over a given alphabet
-
serde-pod
https://github.com/Mingun/serde-pod
-
mqtt-bytes-v5
MQTT v5 serialization and deserialization
-
serde_klv
KLV data format for Serde
-
s2id
Self-sovereign identity library and command-lie
-
baid64
Easy-to-check URL-safe Base64 encoding for identities
-
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_stacker
Serde adapter that avoids stack overflow by dynamically growing the stack
-
q-num
Q notation for fixed-point numbers via a proc_macro
-
protox-parse
Parsing of protobuf source files
-
cobs2
Consistent Overhead Byte Stuffing — COBS — and variant COBS/R
-
sucrose
embedding static data from files at build time
-
serde_json5
A Serde (de)serializer for JSON5
-
serde_hooks
Runtime hooks for serde
-
encoder
Blazing fast encoder written in Rust
-
dalvik
Disassembler for Android Dalvik bytecode
-
neat-date-time
(native) Types & operations to allow space efficient storage of dates and times
-
httpcodec
Encoders and decoders for HTTP/1.x messages based on bytecodec crate
-
ichen-openprotocol
iChen Open Protocol access library
-
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
-
packet-binser
binary (de)serialization library with a main usecase of network packets
-
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
-
csv
Fast CSV parsing with support for serde
-
graphex
A small library to help creating command line tools exploring pseudo graph
-
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
-
serde-enum-str
Serialize and deserialize enum string
-
librqbit-bencode
Bencode serialization and deserialization using Serde
-
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
-
big-decimal-byte-string-encoder
Google BigQuery's BigDecimalByteStringEncoder
-
js_option
An Option-like type with separate null and undefined variants
-
merde_json
JSON serialization and deserialization for merde, via jiter
-
esexpr-json
ESExpr serialization JSON encoding mappings
-
serde-attributes
Serde Attributes
-
mavryk-smart-rollup-encoding
Data Encodings used by Mavryk Smart Rollup kernels
-
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]
-
bomboni_proto
working with Protobuf/gRPC. Part of Bomboni library.
-
tinydb
A small-footprint, superfast database ✨
-
serde_view
Serialize views of data
-
hessian_rs
hessian2 codec implemention
-
serialize_deserialize_u8_i32
that safely converts, back and forward, between u8 and i32
-
gs11n
Utililties need for GS11N
-
micromarshal
(De)Serialisation between Rust values and binary byte objects
-
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
-
dodo
Basic persistence library designed to be a quick and easy way to create a persistent storage
-
bebop
runtime for Bebop, a schema-based binary serialization format
-
volo-build
Compile thrift and protobuf idls into rust code at compile-time
-
deseresp
serializer and deserializer for Redis's RESP3 format using serde framework
-
tracing-serde-subscriber
currently only meant for internal use within
tracing-modality
-
snops-common
Common types and utilities for snops
-
architect-schemars
Generate JSON Schemas from Rust code
-
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
-
stroka
Small String optimization
-
rydis
low level rust bindings for the zydis library
-
variable-len-reader
reading/writing variable length data. Support AsyncRead/AsyncWrite in tokio.
-
enser
Enum serialization with tag
-
rust_erl_ext
Erlang external term format codec
-
kle-serial
Rust deserialisation library for Keyboard Layout Editor JSON files
-
jose-b64
Base64 utilities for use in JOSE crates
-
pb-rs
A converter from proto files into quick-protobuf compatible Rust module
-
binn-ir
-
quickfix-msg43
FIX 4.3 messages generated from official XML spec file
-
feventbus
eventbus is implemented using nats,kafaka and rabbitmq client
-
vlung-analysis
CT画像データを解析して部位ごとに抽出してOBJファイルを生成するソフトウェア
-
netcdf3
A pure Rust library for reading and writing NetCDF-3 files
-
rawbson
Blazing fast zero-copy BSON handling
-
hedera-proto
Protobufs for the Hedera™ Hashgraph SDK
-
rkyv-test
Zero-copy deserialization framework for Rust
-
prost-reflect-validate
protoc-gen-validate's validation using prost-reflect
-
lune-std-serde
Lune standard library - Serde
-
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… -
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)…
-
rkyv_dyn
Trait object support for rkyv
-
gvariant
A pure-rust implementation of the GVariant serialisation format
-
zarrs_storage
The storage API and default stores for the zarrs crate
-
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
-
four-cc-nokhwa
Newtype wrapper providing a convenient representation of four-character-code values
-
xml-pretty
XML prettifer binary using xmlem
-
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
-
rkyv_codec
Some adaptors to stream rkyv Archives over AsyncRead and AsyncWrite
-
ls_rules
A Little Snitch .lsrules file format model
-
ssmarshal
Stupid simple value-only marshaling using serde
-
reqif-rs
writing ReqIF files
-
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.
-
pilota-build2
Compile thrift and protobuf idl into rust code at compile-time
-
mz-avro
working with Apache Avro in Rust
-
edgehog-device-forwarder-proto
Protobuf messages for the Edgehog Device Forwarder
-
nebular
An audio synthesis toolset
-
reserde
Serde-based CLI document converter (Bencode, CBOR, JSON, TAML, x-www-form-urlencoded etc.)
-
archiv
Read and write compressed, length-prefixed streams or file(s)
-
domain_changer
that helps you change the domain of the link to another domain
-
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
-
bende
A bencode encoding/decoding implementation backed by serde
-
snitch-transform
JSON data transformation lib used by snitch components
-
tfschema-bindgen
Generate (de)serialization Rust code for Terraform Schema
-
rustic_hal
creating Hal representations of resources, based on serde
-
canonical_json
A Canonical JSON serializer
-
derse
binary serialization protocol for Rust
-
home-assistant-rest
Home Assistant Async REST API Client
-
tectonic_docmodel
The Tectonic document model and its serialization into
Tectonic.toml
-
libeither
Either struct for Rust
-
span
Networking crate implementing consensus
-
rqjs-ext
-
leopard-codec
Reed-Solomon codes using leopard algorithm
-
auditable-extract
Extract the dependency trees embedded in binaries by
cargo auditable
-
nova
Macro to derive newtypes with support for serde and sqlx
-
form-data-builder
multipart/form-data (RFC 7578) document builder
-
serde-human-bytes
Optimized handling of
&[u8]
andVec<u8>
for Serde -
five8
Fast base58 encoding and decoding for 32-byte and 64-byte arrays
-
jcers
jce in rust
-
fluvio-smartengine
The official Fluvio SmartEngine
-
prost-convert
Generate more idiomatic rust code from GRPC proto files
-
base256u
mapping between bytes and Unicode codepoints
-
nr-cif
Handle Network Rail CIF files
-
json-spanned-value
Track the origin of your json values for better error reporting!
-
ora-api
Part of the Ora scheduler framework
-
msd
reading and writing MSD files
-
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
-
fluvio-jolt
Fluvio JSON to JSON transformation library
-
prometheus-32bitfix
Prometheus instrumentation library for Rust applications
-
codepage-437
Codepage 437 transcoding for Rust
-
debt64
-
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
-
vdf-serde
Support for the Valve Data Format for Serde
-
reapi
A wrapper around REAPI for rust using prost and tonic
-
xls2txt
Command-line utility to convert stylesheets (ODS or excel) to text
-
nu_plugin_from_bencode
A Nushell plugin to convert bencode data into Nu structured values
-
imagine
help with images
-
pct-str
Percent-encoded strings for URL, URI, IRI, etc
-
codicon
Traits for encoding and decoding
-
binascii
Useful no-std binascii operations including base64, base32 and base16 (hex)
-
spaceapi
types and serialization/deserialization
-
fwf-rs
Fixed Width Format(FWF) reader and writer for Rust
-
echonet-lite
Pure Rust ECHONET Lite implementation
-
sbs-api
binary serialization api
-
enc
aids in processing encoded data
-
esl01-vlqencoding
VLQ encoding (https://en.wikipedia.org/wiki/Variable-length_quantity)
-
hdf5-metno-types
Native Rust equivalents of HDF5 types
-
byteutils
that provides a collection of frequently used utility functions for working with bytes, strings, and vectors. It includes common tasks such as converting between strings and byte arrays…
-
datagram
traits
-
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
-
just-orm
database ORM that use JSON file for Rust
-
serde_json_traversal
A macro that creates the boilerplate to traverse JSON (js/ts style)
-
tokio-byteorder
Asynchronous library for reading/writing numbers in big-endian and little-endian
-
musli-wire
Fully upgrade stable format for Müsli suitable for network communication
-
buck-resources
Load resource paths from a resources.json produced by Buck
-
httlib-hpack
HPACK format implementation for HTTP/2
-
tauriless_serde
details of serialization and deserialization of messages for
tauriless
-
chardet
rust version of chardet
-
peek-poke
A mechanism for serializing and deserializing data into/from byte buffers, for use in WebRender
-
kmip-protocol
KMIP protocol object (de)serialization
-
json-rpc2
robust and pragmatic JSON-RPC 2.0 implementation
-
scoop-shim
parser and serializer for Scoop shims
-
tsid
generating Time-Sorted Unique Identifiers
-
schematic_types
Shapes and types for defining schemas for Rust types
-
rwt
Rebel Web Tokens, similar in form and function to JSON Web Tokens
-
ruhvro
Fast, multi-threaded deserialization of schema-less avro encoded messages
-
utf16string
String types to work directly with UTF-16 encoded strings
-
json_typegen
Procedural macro that generates Rust types from JSON samples
-
bebytes
serialization and deserialization of network structs
-
lbr-prelude
LambdaBuffers runtime library for the Prelude schema
-
sled-tables
Structurized, strongly typed tables for sled to store associated sets of data (Vec/HashSet)
-
webbuf
fast base64 and hex encoding/decoding
-
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
-
rdgen
A terminal program for generating reproducible random data for testing
-
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
-
struct-to-json-db
minimalist file-based database designed for straightforward software applications. It leverages the Serde crate to seamlessly serialize and deserialize a HashMap of structured data to and from JSON files…
-
satoxid
Boolean satisfiability problem encoding library written in rust
-
tnj-pcc
PCC encoding for TNJ
-
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
-
unsignedvarint
unsigned varints
-
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
-
libipld-raw-cbor
ipld raw cbor codec
-
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
-
ornament
A helper to create decorated text
-
clap-serde
wrapper to deserialize clap app using serde
-
prima_rs_logger
Prima logging standard library
-
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
-
supply-chain-trust-example-crate-000061
reading/writing numbers in big-endian and little-endian
-
toml-query
work with toml::Value objects more conveniently
-
simple_jwt
JWT encoder/decoder
-
psyche-serde
Serialize/Deserialize module for Psyche AI Toolset
-
reed-solomon-32
Reed-Solomon BCH encoder and decoder with support of no_std environment
-
rust-openfmb-ops-protobuf
Rust language protobuf definitions for the OpenFMB operational use cases
-
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
-
sfo-serde-result
serialize and deserialize result using Serde
-
resolved-pathbuf
A resolved PathBuf
-
mipsasm-rsp
A MIPS assembler targeting the N64 rsp
-
craftflow-nbt
A serde-based NBT (from Minecraft) binary format implementation
-
hematite-nbt
A full-featured library for working with Minecraft's Named Binary Tag (NBT) file format, including Serde support
-
serde_shims
Community Driven Serde Shims
-
flecs_ecs_sys
sys binding for C/CPP flecs ECS library https://github.com/SanderMertens/flecs
-
local-jcs-store
Store a directory of JSON objects, indexed by a cannonical hash
-
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
-
musli-zerocopy
Refreshingly simple zero copy primitives by Müsli
-
serde-save
the most complete serialization tree for serde
-
parity-codec
Lightweight, efficient, binary serialization and deserialization codec
-
serde_repr
Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum
-
string_manip_rust
Demo of managing projects
-
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
-
unicase_serde
serde Serialization and Deserialization for UniCase crate
-
jsonml
deserialization and serialization
-
serror
serialize anyhow errors into json format
-
ultimate-common
Rust libraries
-
endian-type
Type safe wrappers for types with a defined byte order
-
muxml
serializing and deserializing MusicXML files to an intermediate representation
-
json_diff_rs
JSON Diff for Rust
-
serde-hex-utils
Collection of hexadecimal (De)serialization utilities for serde
-
url-escape
encoding/escaping special characters in URLs and decoding/unescaping URLs as well
-
protobin
basic functions to encode & decode Protocol Buffer binary messages
-
lordeckcodes
Legends of Runeterra deck encoder/decoder
-
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
-
serde-name
Extract the Serde name of structs and enums
-
basyx-rs
work with Asset Administration Shells
-
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
-
vu128
Efficient variable-length integers
-
cdumay_result
serialize and deserialize result using serde
-
fe2o3-amqp-types
AMQP1.0 data types
-
mlua-json
A Rust-native implementation of lua-periphery for mlua
-
bytey
convenient and easy to use byte storage
-
urlencoding
doing URL percentage encoding
-
toml_pretty
a function to pretty serialize a serde-serializable value to toml
-
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
-
simple_slip
A small and simple library for SLIP encoding
-
json-feed-model
JSON Feed model
-
space-lib
WebAssembly host functions for Space Operator
-
tlmcmddb-csv
C2A TlmCmd DB CSV parser
-
huski-lib
ASCII table aide library
-
serde_json_diff
Create machine-readable JSON diffs
-
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
-
axum-bson
axum bson extractor and response
-
harlaw
Transform DSL files to JSON. Formatting options available for custom output.
-
image4
A no_std-friendly library for parsing and generation of Image4 images written in pure Rust
-
buf_sized
Calculate buffer sizes needed by types
-
serde-spdx
Serde serialization for SPDX files
-
byte-unit-serde
De/serialization functions for byte-unit crate
-
jops
Query and operate with serde_json Values
-
bevy_save-erased-serde
Type-erased Serialize and Serializer traits
-
sg-prost
fork
-
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
-
pact
Compact and streamable data format that works anywhere--from web apps to robots
-
serde-bool
Single value, true or false, boolean deserializers
-
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
-
async-io-converse
Can conduct a conversation over any AsyncRead or AsyncWrite type with serde compatible types
-
strong-xml
Strong typed xml, based on xmlparser
-
pb-to-json
protocol buffer to JSON conversion
-
data-stream
serialization library based on streams
-
datum
Terse, human-writable data format
-
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
-
objio
traits for reading and writing objects
-
yara-x-proto-yaml
converts protocol buffers into YAML
-
anpa
A generic monadic parser combinator library inspired by Haskell's parsec
-
bsa
creating and extracting Bethesda Softworks Archives
-
i-dunno
RFC 8771 Internationalized Deliberately Unreadable Network Notation
-
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
-
hex-matrix
build hex matrix using byte array
-
diesel_json
Json wrapper type for JsonB data handling in diesel
-
sh_serde_derive
watt serde derive
-
bmbp_marco_util
BMBP Marco
-
femtopb-build
A code generator for
femtopb
-
serde_structuredqs
serialize/deserialize structured query-string
-
framous
sending and receiving packets to and from a Reader/Writer
-
decart
Octo cartridge encoder/decoder
-
para-cli
Decoder and utility for the Flipnote Studios .ppm animation format
-
utf7-imap
Mailbox names encoder and decoder (UTF-7 IMAP RFC 3501)
-
yab32
base32 library for Rust
-
serfig
Layered configuration system built upon serde
-
uuid-b64
Base64 encoding for UUIDs
-
tis620
handling Thai Industrial Standard 620 (TIS-620) characters
-
oasis-cbor
Rust CBOR serialization built as a thin wrapper around sk-cbor
-
openscad-customizer-rs
An interface to the OpenSCAD Customizer
-
neon-serde3
Easily serialize object for use with neon, fork of neon-serde
-
serde_json_pretty
A prettier pretty-printer for serde_json
-
tbe
Truncated Binary Encoding
-
steam-vent-proto-build
Build steam-vent compatible protobuf bindings
-
contra
A minimal serialization/deserialization library with expanded persistency functionality
-
nop-json
JSON serialization/deserialization (full-featured, modern, optimal, streaming, direct into struct, binary-ready)
-
msgpack-schema
A specification language for MessagePack data format
-
otopr
Obvious Rust Protobuf Library
-
orio
Small serialization library
-
ssbh_data
High level data access layer for SSBH formats
-
robot36-encoder
convert images into audio using the robot 36 encoding
-
ceresdbproto
Protobuf specs for CeresDB
-
serde_millis
A serde wrapper that stores integer millisecond value for timestamps and durations (used similarly to serde_bytes)
-
ril
Rust Imaging Library: A performant and high-level image processing crate for Rust
-
libxivdat
Read & write Final Fantasy XIV .DAT files
-
vectorize
Converts maps to vecs for serialization
-
json-canon
Serialize JSON into a canonical format
-
packs
A PackStream implementation written in Rust
-
serde_indextree
Serializing indextree structure
-
ancs
A set of types for representing Apple Notification Center Service requests and responses
-
json_minimal
A minimal json crate
-
citeworks-csl
Serde types for serialising and deserialising CSL-JSON
-
perstruct
macro for adding persistent backing to a struct
-
naive_json_io
loading and saving JSON data. naive_json_io is not for production.
-
yaml-split
iterator over individual YAML documents in a YAML file or stream
-
tora
A lite, byte-based serialization and deserialization library
-
serde_bigquery
A serde Serializer into BigQuery literal format
-
json-toolkit
providing pointer facilities and extending 3rd-parties JSON types
-
protoc-gen-prost-serde
Protocol Buffers compiler plugin providing JSON serializations
-
binstalk-types
The binstall toolkit that contains basic types for binstalk crates
-
zk-kit-pmt
Generic for storage Merkle Tree (sparse & fixed-size) in Rust
-
encon
an optionally-encrypted config format, built on top of JSON
-
kubetsu
distinguish value type of other struct
-
rspamd-base32
encodes and decodes base32 bug-to-bug compatible with Rspamd
-
crate_file_dyzs
program to read a CSV file and write a JSON file
-
plod
deriving plain old data
-
vlq
Sourcemap-style VLQ encoder and decoder
-
xml2json-rs
converting to and from XML/JSON
-
qif_generator
QIF file generation
-
denvars
Deserialize environment variables
-
dicom-encoding
DICOM encoding and decoding primitives
-
cfdi_use_mx
Mexican CFDI use
-
lebicon
Implements codicon traits for LEB128 encoding / decoding
-
querylizer
Serialization library for OpenAPI parameter styles
-
tch-serde
Serialize/Deserialize tch-rs types with serde
-
serde_infer
Don't you hate #[serde(rename)]-ing every field in your struct
-
serde_libconfig
A libconfig serialization file format
-
jtd
JSON Type Definition
-
datagram-builder
Nimble Datagram Builder
-
mistletoe-api
API objects and interfaces for the Mistletoe Package Manager
-
float_fast_print
Fast float-to-string conversion based on the Ryū algorithm by Ulf Adams
-
clonable-command
An std::process::Command that implements Clone and serde::*
-
celestia-types
Core types, traits and constants for working with the Celestia ecosystem
-
serde-json-fmt
Configurable formatting for serde_json serialization
-
stubit
stupid bit library
-
fastfield_codecs
Fast field codecs used by tantivy
-
serde-cs
Serde serialization/deserialization for camma separated lists
-
elikoga-ical-rs
Ical library
-
local-encoding-ng
simplifies the encoding and decoding from the local Windows Ansi codepage
-
rust-strings
rust-strings
is a library to extract ascii strings from binary data -
content_inspector
Fast inspection of binary buffers to guess/determine the encoding
-
dbs-snapshot
A version tolerant state serialization and deserialization library
-
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™ -
serde_gelf
Gelf serialization using serde
-
minicbor-serde
Integrates minicbor with 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
-
sertools
serde
-
ordcode
Serialization format which preserves lexicographical ordering, for use with key-value databases
-
actix-msgpack
Msgpack payload extractor for Actix Web
-
jwks
retrieving and parsing JSON Web Key Sets (JWKS)
-
caco3-serde
CaCO3 serde adaptor
-
better_io
Better traits and implementations for IO and buffering
-
serde_garnish
Serialization/Deserialization for use with garnish core libraries
-
rof-rs
Rust Object Format API for Rust
-
translocate
high performance converter that takes CSV translation files and outputs corresponding JSON translation files
-
append-only-bytes
Shareable append-only bytes
-
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.
-
bevis
Fiat-Shamir without the Hassle
-
gtfs-rt
Read, write, and manipulate GTFS-Realtime data
-
hmap-serde
Serialize/deserialize heterogeneous maps
-
hifa_yaserde
Serialization and deserialization library
-
tf-bindgen-schema
Rust structures used to (de)serialize Terraform Provider and Config Schema
-
sml
markup language optimized for loading config files and schemas
-
weldmock
Full fake REST API generator
-
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
-
json_string
Format JSON string so that
serde_json
can understand it -
fhirbolt-serde
Internal serde library of the fhirbolt project
-
hdv
Header-determined values
-
hb-subset
A wrapper for HarfBuzz font subsetting API
-
hex-serde-util
A helper crate for manipulating hex strings with serde
-
serde_json_path_macros
Macros for the serde_json_path crate
-
google_taxonomy
Struct with all Google Product Categories / Taxonomy
-
tracing-serde-modality-ingest
currently only meant for internal use within
tracing-modality
-
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]
-
numberer
Turn things into numbers and numbers into things
-
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
-
lib-base64
A base64 (with padding) encoding and decoding library, which implements the encode() and decode() methods for the String and Vec<u8> types
-
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
-
casserole
Break and serialize values into content-addressable storage
-
fnmatch-regex2
Convert a glob-style pattern to a regular expression
-
binout
binary serialization/deserialization of integers and arrays of integers
-
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
-
torrex
Bendy based parsing structures for BitTorrent files
-
dakv_varint
varint
-
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
-
json_extract
This macro reduces boilerplate when using serde_json::Value variants when trying to get into a nested property
-
valu3-parquet
Parquet and Arrow encoding and decoding for valu3
-
energyleaf-proto
Protobuf definitions for Energyleaf
-
asbs
A generic steganography library
-
zeronet_address
ZeroNet address
-
figtok_tokens
handling different token types for Figtok
-
rs-parse-snapshot
parse v8 heapsnapshot to serialized node info json
-
ipld-dagpb
IPLD DAG-PB codec
-
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.
-
dothyphen
ASCII to Morse and vice versa translator
-
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
-
v4-proto-rs-temp
Rust proto PR
-
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
-
bilrost-types
A compact protobuf-like serializer and deserializer for the Rust Language
-
serde_any
Dynamic serialization and deserialization with the format chosen at runtime
-
restest
Black-box integration test for REST APIs in Rust
-
cesrox
Composable Event Streaming Representation (CESR)
-
tinystl
A small library to read and write STL mesh files, inspired by MicroSTL
-
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
-
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
-
kafka-serde
serialization and deserialization for the Kafka protocol
-
async-http-codec
async HTTP 1.1 encoding and decoding
-
stc-s
serializer/deserializer with JSON support
-
htop
HTML to PDF converter
-
zoho-crm
help interact with v2 of the Zoho CRM API
-
serde-csv-extra
Csv-related serde addons
-
retool
Convert 5e.tools data for use with Reroll
-
steg86
hiding messages in x86(_64) binaries
-
rbase64
A fast multi-threaded base64 encoding library and CLI tool
-
kserde
A tiny serialization / deserialization crate
-
d2-stampede-protobufs
Dota 2 Protobufs
-
g60
encodes and decodes G60 as bytes or utf8
-
chidori
executing prompt-graph models
-
tiled-parser
Tiled JSON deserializer and serializer
-
serde-partial
Serde partial serialization made easy
-
catbuffer-rust
Serialize and deserialize NEM's Catapult entities in Rust applications
-
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
-
wider_primitives
Wider primitive integer types
-
serde_struct_wrapper
Wrap Structs with an alternate root element during serialization and deserialization using Serde
-
esexpr-text
ESExpr serialization text format
-
genie-support
Support library for genie-* crates
-
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
-
json-api
Idiomatic types for building a robust JSON API
-
basehan
A data encryption method using Chinese characters. Kind of like base64.
-
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
-
zfec-rs
Zfec library
-
libjsonutils
JSON utilities for Rust
-
generic-uvarint
A generic wrapper around unsigned_varint + generic_array
-
serde-json-utils
Util crate for serde_json Value
-
flatten-json-object
Tiny Rust library for flattening JSON objects
-
apidoc-core
Apidoc core
-
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
-
erlang_rs
Erlang External Term Format for Rust
-
bitflags-serde-legacy
Implement serde traits for bitflags 2.x types compatibly with 1.x
-
hex-wrapper
Wrappers of the convertion between numbers and hex strings
-
hrx
plain text archive format
-
huby
(supporting serde) to handle byte sizes as human
-
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
-
serde_epee
Serde support for EPEE
-
zerocopy
makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.
-
toml-datetime-compat
conversion of toml_datetime types from/to chrono and time
-
iprs
Inter planetary specifications in rust-lang
-
one2html
Convert Microsoft OneNote® notebooks to HTML
-
lsdj
interfacing with LSDJ files and memory
-
valence_nbt
Minecraft's Named Binary Tag (NBT) format
-
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
-
thurgood
Full (de)serialization support for Ruby's Marshal format
-
serde_osc
Serialization and deserialization of Open Sound Control (OSC) packets using serde
-
tiny-json-rs
lightweight JSON parser for Rust
-
watson_rs
Wasted but Amazing Turing-incomplete Stack-based Object Notation (WATSON)
-
awint_internals
Internal utilities for the
awint
system of crates -
redispatch
serialization and deserialization for redis
-
gqdb
Core lib for the global QSO database
-
nb-serde-query
serialize and deserialize query string in url
-
nuts-bytes
Serialization into a binary data format
-
yamlate
A cross-language interpreter library that dynamically evaluates YAML attributes given variable bindings
-
serde-scale
Serde serializer and deserializer for the SCALE encoding
-
serde_ipld_dagjson
IPLD DAG-JSON support for Serde
-
serde_xmlrpc
no nonsense, XML-RPC serde implementation for Rust
-
sval_serde
Integration between serde::Serialize and sval::Value
-
endecode
encoding crate for types
-
natural_slice
Encoding some properties of slices as natural numbers using Kociemba's alogrithms
-
rbxm
Reader for Roblox model files
-
bitpacker
Pack numbers tightly. In Rust.
-
irox-csv
CSV Reader/Writer
-
serde_ubjson
UBJSON support for Serde
-
libnetkeeper
The netkeeper toolkits write in rust
-
serde_serializer_quick_unsupported
Helper for implementing a serializer that supports a reduced subset of the serde data model
-
rudano
A data serialization format as similar as possible to Rust's own syntax
-
tensorflow_proto
Rust structs for Tensorflow Protocol buffers
-
makepad-tinyserde
tinyserde
-
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
-
hv-ecs
A wrapper around the
hecs
crate performing reexporting/version patching for Heavy -
juxt_basex
just basex, nothing else
-
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
-
dragnit
Schema-based serializing library (part of magister project)
-
rusty_pdf
adding text and images to existing pdf files
-
xorstream
xoring a vector of data with an (optionally async) stream of data
-
mosis
Assembler and Disassembler for the MOSIS instruction set
-
base58check
encoding
-
reed-solomon-simd
Reed-Solomon coding with O(n log n) complexity. Leverages SIMD instructions on x86(-64) and AArch64.
-
onehot
One-hot encoding trait and proc macro for auto deriving
-
serde_qs_ext
Querystrings for Serde
-
serde-querystring-actix
A query string extractor for actix-web based on serde-querystring
-
avrow
fast, type safe serde based data serialization library
-
erased_serde_json
Type-erased Formatter trait for serde_json::ser::Formatter
-
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
-
goodpod
generating Podcasting 2.0 feeds
-
s2json
supports the S2JSON 1.0 Specification
-
web-sugars
It’s a sugars for web related crates such as
web-sys
,js-sys
,wasm-bindgen
s -
dewars_protobufs
DEWARS Protobuf definitions
-
willow-encoding
implementing encoders and decoders of Willow types and messages
-
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
-
aranya-base58
Base58 encoding and decoding
-
rdfmt
Reviewdog Diagnostic Format Rust Library
-
htmlescape
HTML entity encoding and decoding
-
serde_bolt
Bitcoin Lightning BOLT-style message serializer / deserializer
-
serde-fleece
Fleece (binary json) support for serde
-
roscal_lib
Open Security Controls Assessment Language In Rust
-
escapist
minimal library for escaping HTML and href attributes; it can also unescape HTML
-
valq
macros for querying and extracting value from structured data by JavaScript-like syntax
-
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. -
rkyv_typename
Customizable naming for types
-
staging-protobuf-codegen
Google Protobuf Codegen
-
another_json_minimal
A minimal json crate
-
serde_dbgfmt
Deserialize #[derive(Debug)] output using serde
-
jsonrpc-macros-plus
Helper macros for jsonrpc-core
-
rsomeip
AUTOSTAR's Scalable service-Oriented MiddlewarE over IP (SOME/IP)
-
laminar-bcs
Binary Canonical Serialization (BCS)
-
jatch
performing JSON patching
-
tysh
hashing the metadata of a type
-
impl_serialize
Macro for common implementing methods in serde::Serializer trait
-
desse
Ultra fast binary serialization and deserialization for types with size known at compile time
-
serde-envfile
♻️ Deserialize and serialize environment variables
-
serde-json-schema
minimal json-schema type
-
corro-speedy
A fast binary serialization framework
-
iced-x86
blazing fast and correct x86/x64 disassembler, assembler and instruction decoder written in Rust
-
proxy-protocol
PROXY protocol serializer and deserializer
-
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
-
miniserde-miku
Data structure serialization library with several opposite design goals from Serde
-
yaml-navigator
writing and running queries against YAML
-
lightpack
A lightweight, no-std binary serialization library
-
unicode-bidi
Unicode Bidirectional Algorithm
-
unnest-ndjson
Convert large JSON documents to ndjson/jsonlines
-
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…
-
hash-value
A hashable, JSON-like, serde Value type
-
serde-reflect-intermediate
Reflection utils of intermediate representation for Serde serialization
-
serde-yaml-olidacombe
YAML support for Serde
-
fbthrift
Facebook fork of thrift
-
bolt-proto
Bolt protocol primitives: values, messages, and serialization / deserialization
-
wasmrs-codec
MessagePack Codec implementation used by wasmRS modules
-
json_in_type
fast json serialization
-
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
-
psml
serialising to, and deserialising from, PSML
-
serde_edifact
A Serde for Edifact
-
serde-single-key-map
Unwrap a single key map with serde
-
cloud-lib
self-hosted WebAssembly cloud
-
neodyn_xc
Neodyn Exchange is the serialization format for the Neodyn database engine
-
liberasurecode
wrapper for
openstack/liberasurecode
-
ascii_basing
Functions to create base 62 (ASCII) String representations of integers
-
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
-
json_macros
Convenience macros for constructing JSON objects from literals
-
decode_raw
A protobuf debugging tool –
protoc --decode_raw
on steroids -
compact-encoding
A series of compact encoding schemes for building small and fast parsers and serializers
-
zarrs_metadata
Zarr metadata support for the zarrs crate
-
serde_json_pythonic
fork that includes a Pythonic JSON formatter
-
cj_ascii
working with ASCII strings in Rust
-
minicbor-ser
serde for minicbor
-
opentalk-types-common
Common types and traits for OpenTalk crates
-
half
Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types
-
cmp_json
Comparators for JSON represented by serde_json::Value
-
byte-transcoder
A Rust+Typescript library to transcode higher-level data types to/from bytes
-
bson2
Encoding and decoding support for BSON in Rust
-
noodles-bcf
Binary Call Format (BCF) reader and writer
-
cdr-encoding
Serde implementation of OMG Common Data Representation (CDR) encoding
-
bomboni_prost
working with prost. Part of Bomboni library.
-
uri-url
Efficient Conversion of URIs and URLs
-
gift
reading and writing GIF images
-
id3
reading and writing ID3 metadata
-
oura-api
A client for the Oura V2 REST API
-
l6t
reading and writing files used by Line6 Edit, namely Line6 Tone (l6t), Line6 Bundle (l6b), Line6 Tone Collection (l6c) and Sounddiver Library (lib)
-
asterix
Encode/Decode for ASTERIX protocol using the deku library
-
set-encoding
Finite Set Binary Encoding
-
aliri_base64
Wrappers that make debugging and using byte arrays a bit nicer
-
binary-stream
Binary stream reader and writer
-
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
-
asm_riscv
RISC-V Assembly Encoder / Decoder
-
crabmole
Porting Go standard library in Rust
-
verify
A validation library
-
le-stream
De-/serialize objects from/to little endian byte streams
-
api-client
macro for quickly creating REST api client structs
-
layeredconf
Layered configeration files, deserialized with serde
-
locus-lib
cross-platform, json file-based storage for Rust
-
rasn-derive-impl
Derive macro impls for rasn-derive
-
ref-swap
Safe wrapper around AtomicPtr
-
package-json
package.json manager for Rust
-
beatsabermaprs
Interface to Beat Saber beatmaps
-
avdl-serde-code-generator
convert avdl declarations into Rust types with serde support
-
iso20022
ISO 20022 Universal Financial Industry Messages in Rust
-
serde-typeinfo
Runtime type info based on serde data model
-
soupbintcp_connect_core
Core library for the soupbintcp_connect project
-
prost-uuid-doubleint
Prost uuid custom datatype
-
kitty_image
Display images using the kitty image protocol
-
bc-envelope-cli
Gordian Envelope Command Line Tool
-
serde_short
Derive Serialize and Deserialize for enum reperesented as C short enum
-
fftp
In-network file transfer
-
sparkplug-rs
Sparkplug protobuf bindings for Rust
-
conjure-codegen
Rust code generation for Conjure definitions
-
sincere_token
token
-
ordered-varint
Byte-orderable, variable length encoding
-
serde_json_v8
A JSON serialization file format matching V8 formatting
-
mmap-storage
Memory map backed storage
-
serde_cbor_2
CBOR support for serde
-
spork
Safe process fork
-
deser
An experimental serialization and deserialization library for Rust
-
gsi
map tile retriever for 'Chi-ri-in-tile' ('地理院タイル'; ja-JP) of 'Geospatial Information Authority of Japan' (GSI)
-
planus-inspector
Internal library for planus
-
protobe
An easier way to generate multiple projects with protoc-rust
-
fd_bs58
Optimized Base58 codec for 32 and 64 byte numbers
-
quake_microsoft_todo
The model of microsoft todo
-
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.
-
oasis-borsh
Binary Object Representation Serializer for Hashing
-
packet-9dfd7e7b6ae4d549987171c9f89a823d
experiment
-
stelar
A SLR table generator, and LR parser
-
pngme
A command line program that lets you hide secret messages in PNG files
-
entity-inmemory
Custom inmemory database for entity crate
-
json_plus
JSON helper functions beyond Serialization & Deserialization
-
serde-hex
Hexadecimal encoding/decoding with serde
-
const_base
Decoding/encoding base 64/32/16 strings at compile-time
-
assemble_app
Bootstrap library for https://assemble.app
-
serde-constant
Const values for serde
-
stmc
TCP/UDP Message Communication wrapper
-
osm_pbf2json
A parser/filter/processor for OSM protobuf bundles
-
trans-gen-cpp
Generating C++ trans code
-
ecolor
Color structs and color conversion utilities
-
desert
traits for {de,}serializing compact binary formats
-
serde_jsonrc
A lenient JSON serialization file format
-
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… :/ -
serde_token
transcoding a Serde deserializer into a sink of tokens
-
litetx
Lite Transaction File (LTX) encoding/decoding
-
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.
-
wire-rs
Extensible interface for converting data to/from wire protocol. Supports non-contiguous buffers (including &[IoSlice]) and is no_std compatible.
-
serde_watson
Wasted but Amazing Turing-incomplete Stack-based Object Notation (WATSON)
-
serde_win_unattend
Rust serde bindings for Microsoft Windows Autounattend.xml
-
ahri
database 🗳
-
b64-url
Base 64 Encoding with URL and Filename Safe Alphabet
-
primitive-byte-iter
An Iterator which can load primitive types and glam types from bytes
-
sfc_cart
SNES/SFC ROM header library and utilities
-
utf-32-to-utf-8
Convert UTF-32 to UTF-8 encoding
-
enum_primitive_serde_shim
Community Driven Serde Shims
-
pilota-thrift-parser
Pilota thrift Parser
-
kube-secrets-encoding
Encode Kubernetes secrets for data and dataString
-
commit_encoding_derive
Commitment encoding derivation macros
-
vipera
configuration file crate, but it works
-
vcdiff-merger
A pure Rust library for merging VCDIFF files
-
json_value_resolve
Interface to resolve String to serde_json::Value
-
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!
-
string-newtype
New Type idiom helper for string-like types
-
serde_archive
archive serializer for Serde
-
dcbor
Deterministic CBOR ("dCBOR") for Rust
-
hex-buffer-serde
Helper for serializing byte buffers as hex strings in
serde
-
dos-cp-generator
DOS code pages build tool for
dos-cp
-
fifthtry-serde_sqlite_jsonb
A Serializer and Deserializer for SQLite jsonb binary format (FifthTry fork, till PR is merged)
-
serde_starlark
Serde serializer for generating Starlark build targets
-
serde-smile
A Smile implementation for Serde
-
sled-extensions
Wrappers around the Sled embedded database to permit storing structured data
-
bmbp_marco_sql
BMBP Marco
-
lexicoid
Short & stable IDs based on timestamps
-
s2n-codec
Internal crate used by s2n-quic
-
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
-
serde-semver
Serde-compatible version checker
-
html-to-react
convert a html string to react
-
sdf-parser-core
Core parser for the sdf yamls
-
json_typegen_cli
Command line utility for generating Rust types from JSON samples
-
minigps
file format support
-
cs_serde_cbor
CBOR support for serde
-
loader-rs
Rust interface to load generic objects from an URI
-
dynamecs
An opinionated ECS-like architecture for time-dependent simulations
-
egui-theme
A standalone serializable theme container for use with Egui
-
percent-encoding-rfc3986
RFC3986-compliant percent encoding and decoding
-
json-commons
A set of JSON common tools in Rust
-
decstr
IEEE 754 decimal floating point bitstrings
-
banana-rust-sdk
async SDK to call the banana.dev services
-
k8-obj-metadata
Core Kubernetes metadata traits
-
serde_sqlite_jsonb
A Serializer and Deserializer for SQLite jsonb binary format
-
merde_json_types
Wrapper types for merde_json that implement serialization/deserialization
-
netcdf
High-level NetCDF bindings for Rust
-
manual-serializer
manual byte buffer serialization & deserialization
-
cstea
An Ingredient crate for working with csv files in rettle
-
gestalt
Cross-platform configuration and data saving between desktop and web
-
emoji256
A binary-to-text encoding scheme for hashes and cryptographic keys
-
xmlwriter
streaming XML writer
-
relative
A type to wrap vtable references such that they can be safely sent between other processes running the same binary
-
serde-brief
A brief, self-descriptive, serde-compatible binary format
-
keystone-engine
Rust bindings for the Keystone Engine assembler library
-
dynamic-protobuf
Dynamically serialize protobuf message
-
serde-dot-case
Rename all enum fields to dot.case
-
redis-derive
implements the redis::FromRedisValue and redis::ToRedisArgs traits from mitsuhiko / redis-rs for any struct
-
msb128
std::io::{Read, Write} positive primitive Rust integers in the Most Significant Base 128 (MSB128) variable-length encoding
-
serde_valid_literal
Literal Value type based JSON
-
idmangler-lib
encoding and decoding Wynntils id strings
-
SerialRust
This package allow for the serialization and deserialization of things
-
x42ltc-sys
FFI crate for x42’s libltc (Linear/Longitudinal Time Code library)
-
detect-compression
Reader and Writer that auto-detect compresson algorithms
-
endian-writer
[no_std] Methods for efficient reading and writing of structures to raw pointers in a stream-like fashion
-
bech32-no_std
Encodes and decodes the Bech32 format
-
podio
Additional trait for Read and Write to read and write Plain Old Data
-
compresto
A command-line tool to benchmark various compression algorithms
-
tabfile
read tab-delimited data
-
configurable
helpers for loading/saving a struct to file in $XDG
-
protox
protobuf compiler
-
babelfish
Universal translater for encodings
-
snake_case
SnakeCase is a String-like type that can only contain valid non-empty snake_case
-
tbon
TinyChain Binary Object Notation is a compact and versatile stream-friendly binary serialization format
-
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
-
bytebox
Easy and performant data storage inspired by Flutter's shared_preferences
-
azalea-nbt
A fast NBT serializer and deserializer
-
shpool_vt100
parsing terminal data
-
spinifex-unsigned-varint
unsigned variable integer format used in the Multiformat specifications
-
serde-version
Versioning support for Serde
-
ltv
Length Type Value - Reader / Writer
-
pink-erased-serde
Type-erased Serialize and Serializer traits
-
kaydle
Serde serializer and deserializer for KDL
-
base95
Textual representation of base 95 fractional numbers with arbitrary precision
-
protobuf-support
Code supporting protobuf implementation. None of code in this crate is public API.
-
bitsparrow
in Rust
-
protobuf-json
serializing Google protobuf objects as JSON using Rust
-
serde-gff
https://github.com/Mingun/serde-gff
-
tihu
toolset written in Rust
-
tamasfe-json-rpc-types
containing JSON RPC types with serde
-
abomonation
A high performance and very unsafe serialization library
-
serde-deserialize-duplicates
helper macros providing an alternate implementation of serde's Deserialize for cases when duplicate values exist in the source data
-
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
-
tinycache
minimal file cache with binary serialization
-
gin-tonic-core
core functions for gin-tonic
-
serde-hessian
hessian2 codec implemention
-
protobuf-codegen3
Code generator for rust-protobuf. Includes a library and
protoc-gen-rust
binary. Seeprotoc-rust
andprotobuf-codegen-pure
crates -
file-content
working with files and common text data encodings
-
measured-prometheus-protobuf
Tokio metrics for measured
-
utem
automatic translation from UTEM (Universal Text Encoding as Meaning)
-
stream_delimit
length delimited protobuf stream separator
-
caido-convert
Encoding library for web security applications
-
rdsys_backend
A backend API to receive resources from rdsys
-
sval_fmt
Integration between std::fmt::Debug and sval::Value
-
crud-api
CLI generator for your API
-
df_st_db
Database store and query implementation for the DF Storyteller project
-
quickfix-msg41
FIX 4.1 messages generated from official XML spec file
-
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.
-
dbn-cli
Command-line utility for converting Databento Binary Encoding (DBN) files to text-based formats
-
signal-backup-decode
decode signal backups
-
rs-urlencoding
doing URL percentage encoding
-
serde_prometheus_labels
A serializer for Prometheus labels
-
protobuf-json-temp
serializing Google protobuf objects as JSON using Rust
-
zarrs_opendal
opendal store support for the zarrs crate
-
bs64
SIMD-accelerated Base64 encoding and decoding library
-
row2pgcsv
Serializer for PG CSV
-
serde_dyn
A package that allows you to dynamically select which type to deserialize at runtime via UUID values specified per type
-
rkyv_impl
Macro for
rkyv
users to implement methods onFoo
andArchivedFoo
in a singleimpl
block -
jddf
JSON Data Definition Format validator and utilities
-
terra-proto
Terra Core Protobuf Builds
-
serde_sated
sane adjacently tagged enum deserialization (with untagged variant) for serde
-
msgpck
A no-std and async compatible msgpck de/serializer
-
n64_cart
N64 file header library and utilities
-
data-encoding-bin
Swiss Army knife for data-encoding
-
gsi-cs2
Ready-to-use structures for serializing data from Counter Strike 2 GSI
-
sqlite_varint
functions for dealing with varints from SQLite
-
flecs-sys
low-level bindings to the Entity Component System (ECS) framework flecs
-
jasper
RFC 8259-compliant JSON encoder and decoder
-
wirehair-wrapper
Rust wrapper for https://github.com/catid/wirehair
-
arya
json validation. simple json repair. lightning fast.
-
docx-parser
Parse Word and OpenOffice DOCX files, and output markdown or JSON
-
koibumi-base32
A Base32 encoder/decoder library
-
kitti-dataset
Dataset loader, data parsers and writers for KITTI dataset
-
bit_seq
A procedural macro for creating bit sequences
-
rust_json
JSON serializer and deserializer
-
litl-val
A memory efficient representation of JSON values
-
serde-types
Extension helper types for serde
-
hash_avatar
rust生成随机头像的库
-
murdoch-charsets
character-sets type defined by IANA
-
neon-serde
Easily serialize object for use with neon
-
wasabi_leb128
Read and write the variable length LEB128 number format
-
base64-compat
encodes and decodes base64 as bytes or utf8 - compatible with older Rust versions
-
pbtools
Google Protocol Buffers encoding and decoding
-
serde_piecewise_default
Uses serde's Option<T> handling to let you easily specify defaults for all fields at once by implementing Default
-
rawcode
Implements a simple as-is encoding format
-
serde-bytes-repr
Serde adapter for controlling the representation of bytes
-
muon-rs
Serde support for MuON data interchange format
-
edres
Generate struct and enum definitions from data files
-
pblib-rs
Rust safe bindings for pblib
-
protoc-bin-vendored-linux-x86_32
protoc binary for linux-x86_32 compiled by Google and bundled in this crate
-
jsonprima
RFC 8259 compliant JSON validator in Rust
-
gix-url
gitoxide project implementing parsing and serialization of gix-url
-
probor
A (prototype of) serialization protocol on top of CBOR that provides protobuf-like functionality
-
flow-record-common
common types used by flow-record and flow-record-derive
-
serde-scale-wrap
Wrapper for types implementing
Serialize
/Deserialize
to implementEncode
/Decode
automatically -
nessusx
nessus serializer & deserializer (json & csv)
-
schemafy_lib
Generates serializeable Rust types from a json schema
-
dgraph_client
client for dgraph
-
serde_webgpu
Serialize WebGPU uniform buffer member layout
-
protobuf3
Google protocol buffers
-
rlua_serde
Serde (De)serializer implementation for rlua Value
-
sage_mqtt
Manipulate MQTT 5.0 data types
-
oasis-borsh-derive-internal
Binary Object Representation Serializer for Hashing
-
golem-wasm-rpc
Golem WASM RPC support library
-
sqlx-pgrow-serde
serde-compatible newtype wrapper for sqlx::postgres::PgRow
-
streamson-generator
integrates streamson with generators
-
base79
Textual representation of and utility functions for base-79 fractional numbers with arbitrary precision
-
binary_macros
Macros for decoding base64-like encodings in string literals to [u8] literals
-
postman_collection
A Postman Collection serialization & deserialization library
-
serdapt-base64
Adapter to serialize as base64
-
cdr-encoding-size
Helper crate for RustDDS: Trait to compute the maximum CDR-serialized size of data
-
crate_file_dyzs_16
program to read a CSV file and write a JSON file
-
menugen
Hierarchical menu generation library
-
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… -
php_serde
Serde support for PHP's serialization format
-
base_any
通用的 base 系列编解码。中文编码。
-
humphrey_json
A JSON library for the Humphrey ecosystem
-
simd-json-derive
derives for simd-json
-
based
Custom numeral systems
-
steganography
A simple steganography library
-
bung
A serialization implementation for SurrealDB, based on MessagePack
-
bytekey
lexicographic sort-order preserving binary encoding
-
offwall
CSV-reading OpenFlow controller dedicated to firewall bypassing
-
serde-split
Derive two implementations of serde traits for different purposes
-
altcoin-bech32
Encodes and decodes Altcoin Segregated Witness addresses in Bech32
-
anvil-region
Region file format storage for chunks
-
serde-querystring-axum
A query string extractor for axum based on serde-querystring
-
wayk_proto
WaykNow packet encoder-decoder and sequencing utilities
-
json2cbor
Convert JSON to CBOR
-
serdeconv
convenient traits and functions for converting between TOML/JSON/MessagePack strings and serializable values
-
riscy-isa
Encodes and decodes streams of RISC-V instructions
-
varint
Google Protobuf's Variable-Length Integers
-
nebula-fbthrift-storage
Nebula Graph storage interface
-
json_log
Log with JSON
-
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.
-
base58id
A short, human-readable identifier for infrequently generated records
-
tokio-serde-postcard
tokio-serde
transport based onpostcard
format -
jrd
json resource descriptor, as specified by https://www.packetizer.com/json/jrd/
-
little-endian
Encoding and decoding of little-endian format
-
ecpool
Thread pool for managing executions of erasure coding
-
residua-uleb128
reading and writing unsigned integers in LEB128 encoding
-
nml
A parser and Serde implementation for the Fortran Namelist format
-
netascii
Iterator adaptors for encoding and decoding netascii as according to RFC 854
-
serde-wasm-bindgen
Native Serde adapter for wasm-bindgen
-
log4rs-gelf
TCP Handler and GELF Encoder to use with the log4rs logging framework
-
store
A dead simple binary (de)serializer
-
pyo3-tonic
Protocol Buffers compiler plugin for PyO3 Python binding compatible gRPC services powered by Prost! and Tonic
-
md2nb
Convert Markdown files into Wolfram Notebooks
-
serde_hzdata
A data markup language for Hanzzok
-
rustf8
An iterator to decode a single UTF-8 character from an I/O stream
-
dusk-varint
varint+zigzag integer encoding/decoding (no_std)
-
serde-resp
Redis RESP protocol serialization and deserialization with serde
-
base65536
A binary encoding optimized for UTF-32/UCS-4 encoded text and Twitter
-
rust-lcm-codec
Rust support for reading and writing the LCM data format
-
geonetworking
Tools for encoding and decoding a geonetworking header according to EN 302 636-4-1 v1.3.1
-
mmap_bytey_byte_buffer
Mmap Bytey MByteBuffer code, use Mmap Bytey instead
-
musli-serde
Transparent shim to use serde types in Müsli
-
plantuml_encoding
Encoding and decoding text plantuml diagrams to facilitate communication of them through URL
-
aws_account_id_from_key_id
Decodes the AWS Account ID given an AWS Access Key ID
-
jsonpointer_flatten
flatten a JSON object or array using JSON Pointer addressing
-
nebula-fbthrift-graph
Nebula Graph graph interface
-
delta-encoding
encode and decode a delta-encoded stream of numbers
-
quirs
wrapper around the Quirc QR decode library
-
serde_apply
Partially deserialize and update your struct
-
schemafy
Generates serializeable Rust types from a json schema
-
nbtrock
Read And Write Bedrock NBT
-
json-keypath-iter
Iterator for traversing serde json objects, yielding a flattened path and value of each element
-
planus-codegen
Internal codegen library for planus
-
url-utils
Url Encode and Decode
-
zydis-sys
low level rust bindings for the zydis library
-
toml-echo
printing toml variables
-
serde_file
Support serde for File
-
typed-num
Typed number in Rust with serde support
-
pinecone
A no_std + serde compatible message library for Rust
-
byteserde_types
A procedural macro for mapping byte streams to/from arbitrary struct types with focus on performance
-
dxr
Declarative XML-RPC
-
zbase32
Implementation of zbase32
-
fire-protobuf
Rust only protobuf implementation
-
layout21utils
Layout21 Internal Utility Crate
-
serde_extract
Enables remapping two structs using the Serde framework
-
binmatch
binary pattern matching crate
-
endio_bit
Bit-level reading and writing, modeled after std::io::{BufReader, BufWriter}
-
mime_serde_shim
Community Driven Serde Shims
-
df_st_world_sites_and_pops
World_sites_and_pops.txt parser for the DF Storyteller project
-
serde_deser_iter
Iterate through serialized sequences allowing to aggregate them without deserializing to an allocated collection
-
bitman
An easy to use bit manipulation library for Rust
-
prost-simple-rpc
RPC implementation on top of prost
-
stk-json
An JSON module based on serde_json for STK
-
x328-proto
Sans-io implementation of the X3.28 field bus protocol
-
bitvec_padded
Bit vector struct that includes byte padding for safe serialization and deserialization
-
serde_cbor
CBOR support for serde
-
serde_tran
helper to serde your data into encoded bytes
-
wstp
Bindings to the Wolfram Symbolic Transfer Protocol (WSTP)
-
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.
-
de_env
Deserialize environment variables into a struct
-
nds_cart
NDS file header library and utilities
-
vint32
fast vint u32 encoding
-
flexbuffers
Official FlexBuffers Rust runtime library
-
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
-
bincode-typescript
Generates TypeScript serialisation and deserialisation code from Rust structs and enums
-
base45
Encoder/decoder for base45
-
actix-web-jsonschema
JsonSchema Validation Extractor for Actix Web
-
json_value_search
Interface to search elements into serde_json::Value
-
xml_c14n
Safe & stupid simple API for XML canonicalization, built on libxml2
-
json-trait-rs
Rust interface (aka trait) to deal with objects as they are JSON objects
-
event_store
deal with every aspect of an eventstore
-
ssb-legacy-msg-data
ssb legacy data format
-
goods-json
JSON format for 'goods' asset manager
-
baste64
A base64 codec
-
fluvio-smartstream-executor
The offical Fluvio smartstream executor
-
zvariant_derive
D-Bus & GVariant encoding & decoding
-
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
-
kradical_jis
Conversions to Unicode from JIS X 0212 and JIS X 0213
-
libipld
dealing with ipld
-
fbs
Fbs FlatBuffers Rust runtime library
-
physics3
data types for (de)serializing physics settings from physics3.json files
-
streamdata
Sans-IO data stream decoding utilitites
-
serde_bebop
A Serde implementation for the Bebop protocol
-
validjson
JSON schema and content validator executable
-
sval_buffer
Value buffering for sval
-
base85
encoding as described in RFC1924
-
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
-
layout21protos
Layout21 ProtoBuf Definitions
-
zlo
A binary serialization/deserialization strategy that uses Serde for transforming structs into very compact bit representations
-
fluvio-dataplane-protocol
data plane protocol
-
borc
CBOR done right
-
serde_typename
Conviently serialize and deserialize rust types into / from their serde name
-
numf
Convert numbes between formats
-
dbf_dextractor
Extract and deserialize dbf files
-
udsv
A serde library for the UNIX Delimiter Separated Values format
-
ez_alphabet
EZ Alphabets
-
libipld-cbor
ipld cbor codec
-
preserves2
Preserves serialization format
-
sval_flatten
Value flattening for sval
-
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
-
serde-key-value-vec-map
Deserialize maps or JSON objects in serde to structs that implement the FromKeyValue trait
-
tl-types
TL types
-
simple-tlv
Encoding and decoding of SIMPLE-TLV as described in ISO 7816-4, without allocations
-
serde_cast
B cast
-
asn-codecs
ASN.1 Codecs for Rust Types
-
baze64-gui
A GUI for encoding & decoding base64
-
value-bag-sval2
detail for value-bag
-
vcdiff-writer
creating valid VCDIFF files (not an encoder)
-
bitchomp
reading in different types from a buffer of bytes
-
purescript-corefn
A parser for PureScript's corefn JSON representation
-
spaceapi-dezentrale
SpaceAPI types and serialization/deserialization
-
libfyaml-sys
Rust binding for libfyaml
-
serde-bridge
Bridge between serde types
-
qbjs_deserializer
attempts to deserialize files serialized in Qt5's internal binary JSON format to a serde_json value
-
serde-select
Query serde de/serializable objects
-
doodle
Schema documentation helper library
-
stackstring
A fixed-size string
-
df_cp437
Decoder for CP437 to UTF-8
-
sbor
Reference implementation of the SBOR binary data format, from the Radix DLT project
-
protofetch
A source dependency management tool for Protobuf
-
rotbuf
Queue implementation wrapped around the
Bytes
crates’ BytesMut data structure -
elfbin
Build ELF object files defining symbols with fixed binary data
-
bytes-kman
serialize and deserialize bytes, a simple way to comunicate to other computer or to save state!
-
csv2ndjson-lite
A little tool to convert a csv to a valid ndjson/json-stream
-
cyrly
A serde-based YAML serializer for Rust with an unusual output style
-
conf_json
A human editable configure file in JSON parser
-
tiny-serde
A tiny library to serialize and deserialize to/from JSON
-
serde-field-with
Serde field with attribute
-
jolse
command-line interface (CLI) tool written in Rust for encoding and decoding files and directories using base64 encoding
-
neon-serde2
Easily serialize object for use with neon, fork of neon-serde
-
tgo
Heterogeneous data type transtion, it's safe, lightweight and fast
-
binserde
serializing data structures into a binary format
-
transmog
A universal serialization ecosystem
-
rust-newline-converter-cli
Newline byte converter library
-
ebcdic
convert EBCDIC to ASCII and back
-
rson_rs
Rust Object Notation
-
bip_bencode
Efficient decoding and encoding for bencode
-
serde_shon
SHON serialization and deserialization support in Rust
-
hds_console-api
test crate, do not use
-
chive
A low-level type-safe binary serialization library with support for numbers, arrays, strings, and nested sub-archives
-
ps-base64
Base64 encode/decode
-
zarrs_object_store
object_store store support for the zarrs crate
-
serde_wat
Scary macros for serde_json
-
nyoom-json
A json serializer that goes nyoom
-
gzb_binary_69
binary key value structure with a high performance a reader and writer
-
serde_shade_nbt
Rust serde crate for the ShadeNBT file format
-
quickfix-msg50
FIX 5.0 messages generated from official XML spec file
-
naumi
Lightweight and fast data transfer protocol. Fast de/serialization and tiny size!
-
blc
binary lambda calculus
-
protopuffer
Rust only protobuf implementation
-
csv-stream
For building CSVs as Streams or Iterators
-
double-int
format represents an integer that can be stored in an IEEE 754 double-precision number without loss of precision
-
json_io
simplifying saving and loading serializable types to and from json files
-
rschema
A json-schema generator
-
picopb
no_std protobuf parsing for Rust
-
emk-rs
Pure-Rust implementation of the Extreme Karaoke file format
-
azul-peek-poke
A mechanism for serializing and deserializing data into/from byte buffers, for use in WebRender
-
bibicode
convert any natural number from one numeral system to another
-
transmog-async
Async stream support for Transmog
-
discortp
Lightweight, flexible Real-time Transport Protocol (RTP) parsing library
-
int-conv
Explicit integer conversions
-
pokemon-go-protobuf
Pokemon Go proto buffer types
-
yaml2json-rs-bin
Command line utility to convert YAML files to JSON
-
small-num
Small crate used to create small numbers optimally
-
hexo-io
Hexo's IO utility
-
redshirt
support for the Redshirt 1 and Redshirt 2 data encoding schemes
-
raw-bytify
converting structs to bytes and vice-versa
-
serde_json_path_core
Core types for the serde_json_path crate
-
wsbps
Websocket Binary Packet System
-
zarrs_zip
A storage adapter for zip files for the zarrs crate
-
huski-lib-core
No std ASCII table aide library core
-
base256u-cli
base256u encode and decode data to stdout
-
ub
Can bundle multiple sources to a single one and extract back
-
jsonsv
CLI validator for JSON schema
-
json-rs
Lightweight JSON reader and writer, written in pure rust
-
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 -
sval_ref
A variant of sval::Value for types with internal references
-
alphaid
Generate Youtube-Like IDs with Rust
-
lozizol
Back to basics, efficient event-sourcing protocol
-
df_st_world_history
World_history.txt parser for the DF Storyteller project
-
nested_qs
Serializing/deserializing nested style querystrings with serde
-
blob-uuid
Converts Uuid to a url friendly 22 character string blob
-
hubpack
A predictable serialization format
-
cli-config
configuration library for CLI applications
-
easy_json_serde
Dead-simple JSON serialization / deserialization
-
tsv
tsv (tab-seperated-values) data format for serde (serialization/deserialization)
-
stremio-serde-hex
Hexadecimal encoding/decoding with serde
-
savefile-derive
Custom derive macros for savefile crate - simple, convenient, fast, versioned, binary serialization/deserialization library
-
messagepack-cli
CLI tool to convert MessagePack data to JSON and vice versa
-
bevy_serde_lens_core
World access module for bevy_serde_lens
-
stun_codec_blazh
fork from stun_codec
-
serde-generate-bin
generate (de)serialization code in multiple languages
-
koibumi-base58
A Base58 encoder/decoder library
-
arff
ARFF file format serializer and deserializer
-
leekoq
This project is an open source pure
Rust
implementation of Microchip’s KeeLoq proprietary -
inarybay
Graph-based binary format (de)serializer generator
-
npm-package-json
parsing npm’s
package.json
file -
vorm
Wrapper library for MongoDB
-
json2pb
convert json object to protobuf message
-
prost-stream
prost stream
-
file-utils
Convenience wrappers for file I/O, mostly around binary operations
-
imbl-value
A JSON
Value
type built onimbl
-
gba_cart
GBA file header library and utilities
-
base_utf8
An example implementation of the base-utf8 encoding algorithm
-
fwetch
Brought from NodeJs to rust
-
jsonp
Fast Json pointers in Rust
-
microserde
Zero-dependency implementation of Serde
-
rb64
Base 64
-
merde_core
Base types for merde
-
ratman-types
Encoding types for the Ratman API
-
strip_bom
Add a simple BOM striping feature for
str
andString
-
base91
Encoding binary data as ASCII characters. Similar to base64, but more efficient.
-
open-rpc
Definition of the types used in the OpenRPC Specification
-
tobz1000-serde-xml-rs
Pseudo-namespaced fork of
serde-xml-rs
-
orcxx_derive
Procedural macros to deserialize structures from Apache ORC using orcxx
-
serializable-yaml
Serializable equivalent of yaml-rust
-
irox-raymarine-sonar
Raymarine/Navionics Sonar Logs Reader
-
xdr-rs-serialize
XDR object serialization for Rust
-
serde_nbt
A Serde library for Minecraft's Named Binary Tag (NBT) format
-
planus-buffer-inspection
Internal buffer inspection library for planus
-
uf2-decode
Basic decoding of UF2
-
audyo
audio decode/encode library
-
tokio_x_codec
tokio codec. auto impl tokio_util::codec::Encoder and tokio_util::codec::Decoder.
-
arrow2
Unofficial implementation of Apache Arrow spec in safe Rust
-
valuable
Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries
-
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
-
py27-marshal
port of https://github.com/python/cpython/blob/master/Python/marshal.c
-
serde-automerge
(De)serialize
serde
objects from or intoautomerge
transactions -
librum-macros
Binary (de)serialiser
-
hex-macro
Adds a hex! macro for compile-time hex decoding
-
smdiff-common
Common structs, functions, and traits for smdiff format
-
buffalo
Serialization library for Rust
-
bebop-tools
Cargo buildscript tools for Bebop, a schema-based binary serialization format
-
packing
Bit packing and unpacking for arbitrarily aligned fields
-
neoncore
Core utility library for working with binary data streams
-
async-streamdata
Async IO data stream decoding utilitites
-
conversion
An abstraction crate to convert iterators on the fly
-
utf8mb3
Let mysql's utf8 encoding store four-byte characters such as emoji(让 mysql 的 utf8 编码存储表情符号这类的四字节字符)
-
rs-cjy
Convert between CSV, JSON, YAML formats of 2D dataset
-
serde-bench
Minimal serialization format for benchmarking Serde
-
code128
Code 128 decoding and encoding
-
fuzzcheck_serde_json_generator
A Fuzzcheck mutator which generates
serde_json::Value
s -
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
-
easy_yaml
Easy work with Yaml files
-
serde_bytes_ng
Optimized handling of
[u8; N]
,&[u8]
andVec<u8>
for Serde -
code-rs
multiple coding schemes
-
weird
A Crockford Base32-like encoding that produces non-sequential output based on a salt
-
jrf
An underpowered JSON formatting cli
-
lunify
converting Lua byte code to different versions and formats
-
rcodec
combinators for purely functional, declarative encoding and decoding of binary data
-
serde-aux-ext
serde-aux extension
-
py-marshal
port of https://github.com/python/cpython/blob/master/Python/marshal.c
-
pdf_structure_viewer
Inspect how the PDF's structure looks
-
serde-protobuf
Support for Google Protocol Buffers in combination with serde
-
nats-types
Enumerations and types for representing NATS protocol messages
-
orecc-elf
Easy read/write ELF 32/64 relocatibles/executables/dynamics
-
corepack
A no_std support for messagepack in serde
-
xed-sys2
bindings for xed
-
dencode
decoding and encoding frames from readers and writers
-
ptah
Poplar's message-passing format
-
tyson
Typed Simple Object Notation
-
k8-diff
Used for computing diff between Kubernetes objects
-
kvds
An efficient key-value store for encoding documents
-
valico
JSON Schema validator and JSON coercer
-
h-encoder
dead week 𝓮𝓷𝓳𝓸𝔂𝓮𝓻
-
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
-
xorio
XOR-ing Read/Write streams
-
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.
-
endiannezz
Zero dependencies library for I/O endianness on high-level
-
value-bag-serde1
detail for value-bag
-
bmbp_marco_rdbc
BMBP Marco
-
musli-common
Common utilities shared among Müsli encodings
-
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…
-
npy
NumPy file format (de-)serialization
-
uf2_block
UF2 block packing and unpacking
-
seredies
Redis Protocol as a serde (de)serializer
-
serde_php
Serde support for PHP's serialization format
-
b0x
CLI tool to display information about the provided input (integers, IP addresses, strings)
-
encdec
binary object encoding / decoding helpers
-
zbus_macros
proc-macros for zbus
-
smoljson
Minimal
-
ouch_model
Data model bindings for ouch exchange protocol
-
cerdito
Rust encoding and decoding framework
-
dle-encoder
DLE ASCII encoder and transport layer for Rust
-
ipp_encoder
Internet Printing Protocol encoder-decoder
-
esexpr
serialization format and related utilities
-
exp3
data types for (de)serializing expression settings from exp3.json files
-
bcs-link
Binary Canonical Serialization (BCS)
-
mavryk_data_encoding
encoding/decoding data compatible with mavryk data encoding
-
query-params-trait
Query parameters trait
-
shinyid
A package for encoding and decoding unique identifiers into URL-safe ( shiny )
-
vcdiff-reader
reading VCDIFF files
-
mmap_bytey
Mmap Bytey provides a convenient and easy to use byte storage
-
finite_repr
Isomorphic encoding/decoding data to & from numbers
-
leb128-u64
Extremely minimal and simple LEB128 u64 encoding/decoding
-
serde-pbx
working with Apple's .pbxproj format
-
moosicbox_audio_decoder
MoosicBox Symphomia player package
-
quickfix-msg40
FIX 4.0 messages generated from official XML spec file
-
bencode
easy encoding/decoding
-
residua-mutf8
converting between MUTF-8 and UTF-8
-
musli-json
JSON support for Müsli
-
detrojt
A hack to support deserialization of arbitrary trait objects
-
musli-tests
Müsli is a flexible and generic binary serialization framework
-
zarrs_filesystem
A filesystem store for the zarrs crate
-
cde
A universal encoding scheme for all cryptographic data
-
sixel-tokenizer
A tokenizer for serialized Sixel bytes
-
yenc
Encodes and decodes using the yEnc encoding
-
deserialize_custom_strings
functions for deserializing custom strings using serde (e.g. emails or phone numbers)
-
mrg
parsing and serializing Gravity Defied levels
-
imperative-rs
Auto derivable trait to easily define instruction sets
-
struct-patch-trait
A lib help you patch Rust instance, and easy to partial update configures
-
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…
-
graphite_binary
Efficient binary serialization for the graphite_minecraft project
-
crc-frame
functions for reading and writing crc32'd framed buffers
-
nachricht
wire format
-
pbf
Mininmal protobuffer module; Build your own glue
-
json_value_remove
Interface to remove serde_json::Value elements
-
serde_repr_base64
A #[serde(with = "base64")] adaptor for base64 and bytemuck
-
jxon
Convert XML to a serde_json::Value and back quickly using quick-xml
-
yzb64
Ytrizja base-64 specialization
-
protoc-wkt
Google Protobuf well-known type file descriptor sets
-
urlencode
A CLI utility for URL-encoding or -decoding strings
-
moan
Moan encode and decode API
-
csvstream
Serialize and deserialize CSV streams
-
conclave-room-serialize
serialization for the conclave room protocol
-
restless-data
Helper types to encode and decode request and response bodies for the restless crate
-
planus-translation
Internal translation library for planus
-
libmctp
MCTP (Management Component Transport Protocol) implementation for Rust
-
zende
A zigzag encoding/decoding library
-
midi-codec
Tools for encoding and decoding a stream of MIDI messages
-
typed-io
Extends and types
std::io
to make it easier to use -
declio
A declarative I/O serialization library
-
castflip
encoding/decoding numeric variables, arrays and structures in little-endian and big-endian
-
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.
-
eager_json
Deserialize JSON from io::Read by buffering into a string
-
timecode-coder
A pure Rust no_std library for decoding and encoding timecode in real-time
-
tokio-serde-bincode
Tokio bindings to quickly turn a stream of bytes to a stream of parsed/serialized items using the bincode format
-
lineup
read/write collection of formatted UTF-8 string items
-
structure
Use format strings to create strongly-typed data pack/unpack interfaces
-
libzbase32
z-base-32 format for Rust. This implementation is no_std compatible.
-
protobuf_codec
Encoders and decoders for Protocol Buffers based on bytecodec crate
-
fog-human-json
Human-readable fog-pack data, through JSON
-
arq
manage Arq Backup data formats
-
strason
Archived and unmaintained
-
hserde
serialization/deserialization library written purely in Rust
-
rs_json2csv
Convert JSON to CSV in Rust
-
serde_rec
GNU Recfiles data format for serde
-
bytestream
convenient way of writing binary data to a buffer
-
blob-stream
Blob transfer over chunks (datagrams)
-
sval_nested
A recursive variant of sval
-
quick-csv
quick csv reader and decoder
-
serde_builder
serde extension to build de/serialization algorithms for types using a builder pattern
-
base64-lib
A base64 encoder / decoder
-
mini_leb128
A minimal library to read and write integers encoded using LEB128
-
cyware-convert
Encoding library for web security applications
-
evolvingstring
creating evolving strings based on SHA256, with serialization and time-based prediction capabilities
-
wild-container
The reference implementation of the Wild Container Format
-
msgpack-value
Types and macros for the MessagePack data model
-
wezterm-input-types
config serialization for wezterm via dynamic json-like data values
-
msgpackin_core
Msgpackin pure Rust MessagePack no_std encoding / decoding library
-
cove
Casts Of Varying Elegance (COVE): extension traits for casting numerical types
-
de-regex
Regular expression based deserialization for serde
-
mtml-parser
MTML parser written in Rust
-
serdeio
Tiny IO utility library for Rust to serialize/deserialize Serde compatible structs
-
url_params_serializer
Allows serialization of types to URL GET parameters
-
serry
unstructured Serde
-
brioche-ducc-serde
Serde serializer/deserializer implementation for
ducc::Value
(fork) -
pipecsv
A pipebase plugin using csv serde
-
from_as
Traits and derive macros to Read and write types that implement serde Serialize and deserialize to files
-
serde_buf
Generic buffering for serde
-
serde_fancy_regex
A fork of serde_regex that (de)serializes fancy_regex as strings
-
sval_dynamic
Object-safe versions of sval::Stream and sval::Value
-
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
-
tnetstring
parser for Rust
-
fcmlib
read and write Brother's FCM plotter files
-
delimited-protobuf
A read/write library for length-delimited protobuf messages
-
velocypack
ArangoDB's VelocyPack protocol
-
charlestown
RFC 4180-compliant CSV reader and writer
-
lawn-protocol
protocol types, traits, and codes for Lawn
-
protobuf2
Google protocol buffers
-
smdiff-writer
constructing valid SMDIFF files (not an encoder)
-
ferveo-common-pre-release
Common types and traits for Ferveo
-
n85
N85 (Ascii85 variant) encoder & decoder
-
m-bus-parser
parsing M-Bus frames
-
protobuf_iter
Iterate over Protobuf messages while decoding on the fly
-
kaitai
A macro for compiling Kaitai Struct into Rust
-
ogmo
Serde definitions for Ogmo level editor files
-
linkstore
embedding, manipulating and retrieving data embedded in binaries using linker sections
-
docchi_compaction
A serializer which compresses integers
-
pose3
data types for (de)serializing pose settings from pose3.json files
-
monc
Read And Write Bedrock NBT
-
borsh-v
Binary Object Representation Serializer for Hashing
-
fermion
A super-compact binary encoding format ideal for constrained no_std environments
-
terraform-parser
Strictly typed terraform plan and state files parser written in Rust
-
yaml2json-rs
Convert YAML documents to JSON
-
base16384
Encode binary file to printable utf16be, and vice versa
-
psrdada-sys
Bindgen wrappers for psrdada
-
abio
Safe abstractions for interfacing with the native operating system ABI
-
zarrs_http
A synchronous http store for the zarrs crate
-
benko
A zero dependency bencode parser/encoder
-
mllp-rs
MLLP (Minimal Lower Layer Protocol) implementation
-
dessert
A impler way of writing Serde custom serialize and deserialize traits
-
libphonenumber-sys
rust ffi bindings to libphonenumber
-
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
-
base_core_socialist_values
Encode and decode with BCSV (base core socialist values)
-
pro-serde-versioned
method for versioning and upgrading data structures when serialized via serde
-
binwrite
helping write structs as binary data using ✨macro magic✨
-
valuable_value
Valuable values for rust
-
libbase64-sys
An FFI Binding to libb64, cencode.h and cdecode.h
-
db-dump
scripting analyses against crates.io's database dumps
-
boba
Encoder and decoder for the Bubble Babble binary data encoding
-
beamcode
Erlang BEAM instructions encoding / decoding library
-
qr-rs
A CLI utility to encode URLs or text into QR codes in various formats and colors
-
jsonfeed
Parser for the JSONFeed (http://jsonfeed.org) specification
-
spawn-base64
Base64 encoding/decoding library for WASM in Rust
-
serde_utils
macros and types for Serde
-
minicbor-derive
Derive minicbor
Decode
andEncode
traits -
mnumonic
A tiny library to convert opaque binary data to and from a human-memorable phrase
-
serde-rlp
Ethereum's RLP encoding implemented as a Serde data format
-
ck3json
Convert CK3 files to JSON
-
serde_ub_json
UBJSON (Universal Binary JSON) serialization file format
-
json-codec
JSON Codec implementation
-
binn-rs
serialize/deserialize binn format with no_std/no_alloc support
-
gsm7
GSM-7 (aka GSM 03.38 or 3GPP 23.038) encoding and decoding in Rust
-
string_wrapped
Tiny library to easily handle deserialization of different types that are serialized to strings
-
esexpr-binary
ESExpr serialization binary format
-
zuri_nbt
Read and write minecraft NBT data
-
tree-sitter-parsers
Preinstallation of tree-sitter parsers of multiple languages for Rust projects
-
pageman
Disk-based page manager/store
-
quickfix-msg42
FIX 4.2 messages generated from official XML spec file
-
datagen-rs
A random data generator written in rust
-
endio
ergonomic reading/writing of binary data, with automatic endianness conversion and extendability
-
transmog-versions
Multi-version/Multi-format support for Transmog
-
planus-types
Internal type library for planus
-
cfgfifo
(De)serialize common configuration file formats based on file extension
-
nachricht-nq
Pretty printing of nachricht messages
-
accord
validating data according to rules like "contains", "length", "either", "range"
-
serde-avro-bytes
Efficiently store Rust idiomatic bytes related types in Avro encoding
-
musli-descriptive
A fully self-descriptive format for Müsli
-
asm
decoding and encoding assembly of various architectures
-
serde-indexed
Derivation of Serialize and Deserialize that replaces struct keys with numerical indices
-
df_st_image_maps
World Maps parser for the DF Storyteller project
-
bs58-cli
A cli utility for encoding/decoding base58 encoded data
-
barcode-rs
barcode binary encoding
-
agentx
implementing all PDU types and encodings according to the standard
-
sing_rs
Macros for generating STDIN/STDOUT interfaces to trait objects
-
residua-cesu8
converting between CESU-8 and UTF-8
-
bmbp_marco_bean
BMBP Marco
-
rcobs
Reverse-COBS encoding
-
base64-secret
Base64 encoder/decoder with custom alphabet. The alphabet is sorted by a given key. The sorting is always deterministic.
-
derbyjson
A package to serialize to and deserialize from the DerbyJSON format for roller derby data
-
rustbif
Rust Binary Format
-
bitsreader
trait to read bits from a stream of integers
-
postcard-bindgen-core
generate bindings for the postcard binary format for other languages than Rust - Core Crate
-
sysfs-serde
Deserializes most common SysFS path's to Rust data types
-
sval_test
testing sval::Value implementations
-
litl
A JSON dialect with support for tagged binary data
-
try_encoding_from
A convenient API for serde_json, serde_yaml, serde_cbor. Meme of the TryFrom and TryInto traits.
-
serde-tc
Serde support for trait calls
-
base64-lt
A base64 (with padding) string encoding/decoding utility
-
cborg
A CBOR parser
-
trans
Serialization protocol for inter-language communication
-
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
-
byte_lamination
Type-readable byte transformation wrappers, with CBOR and BARE serialisation and Zstd compression
-
serde_cose
The COSE (RFC #8152) serialization format
-
byteio
I/O abstractions for bytes
-
jsonist
A JSON formatter
-
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
-
bs62
Base62 encoder / decoder with support for leading
0x00
bytes -
webdav-serde
-
chromium-base64-rs
Pure rust implementation of chromium's btoa and atob
-
byteorder_async
reading/writing numbers in big-endian and little-endian asynchronously
-
utf8-builder
Build and validate UTF-8 data from chunks. Each chunk doesn't have to be a complete UTF-8 data.
-
nu-serde
Turn any value into a nu-protocol::Value with serde
-
yojson-rs
A parser for Yojson format(https://mjambon.github.io/mjambon2016/yojson.html)
-
polyglot
format-agnostic serialization
-
roman_encoder
Encode unicode string into roman numerals
-
transmog-json
Json adaptor for Transmog
-
bytey_byte_buffer
Bytey ByteBuffer code, use Bytey instead
-
deser-json
JSON support for deser
-
protobuf-dbml
DBML transpiler for Protocol Buffers
-
metalmq-codec
MetalMQ codec library
-
transmog-pot
Pot adaptor for Transmog
-
base2048
encoding for efficient encoding of binary data on twitter
-
serde_str
A serde wrapper that stores type using Display and FromStr
-
bytemuck_derive
derive proc-macros for
bytemuck
-
slugid
generation for Rust
-
cbor-tools
Tools for encoding and decoding CBOR
-
serde-sibor
A serde implementation of the SIBOR binary format
-
b3-rs
B3 (Better Binary Buffers)
-
slen
encoding and decoding loadouts from the Splatoon series
-
ascii85
encoding and decoding Adobe Ascii85
-
rulid
Rust Universally Unique Lexicographically Sortable Identifier
-
encoding-utils
A utils to help with encoding and decoding os strings and more
-
serde-format
A tiny trait to format a serializable struct using custom placeholders
-
serialize_bits
Serialization/Deserialization in bits
-
base64id-core
Efficiently represent 64, 32 and 16 bit integers as base64url strings
-
io_unity
lib for read unity assets
-
base131072
encoding
-
csv2json-lite
A little tool to convert a csv to a valid json array of object
-
utf8-rfc2279
UTF-8 according to the obsolete RFC2279
-
base31
encoding and decoding, useful to represent large integers in a short, case-insensitive, hard-to-misread format
-
musli-value
Buffered value support for Müsli
-
oasis-cbor-value
CBOR parsing library
-
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… -
stdto
set of functional traits for conversion between various data representations
-
binable
Minimal library for encoding (decoding) types to (from) binary
-
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
-
bevy_ron
temporary bevy ron fork
-
ascn-rs
A chess encoding similar to PGN but significantly smaller
-
aiid
AIngle base32 encoding scheme for keys, agents, identifiers, etc
-
radix64
A base64 library by another name
-
serde_derive-x86_64-unknown-linux-gnu
Precompiled implementation of #[derive(Serialize, Deserialize)]
-
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
-
bytepack
offers a Read and Write trait extension generalized for any packed data type
-
serde_dokechi
serializer / deserializer library focus on only serialized binary size
-
conv64
base 10 to base 64 converter
-
fcode
A binary serialization/deserialization strategy for Serde that supports schema evolution
-
serde_json_string_parse
Parse string trait as json returning original string in case of error
-
cbor-codec
CBOR Codec implementation
-
utf8_iter
Iterator by char over potentially-invalid UTF-8 in &[u8]
-
protobuf-support2
Code supporting protobuf implementation. None of code in this crate is public API.
-
serde_yaml_ext
Extensions to make dealing with unstructured data easier
-
planus-lexer
Internal lexer library for planus
-
ser_raw
fast serializer
-
bitorder
read and write bits in lsb or msb order
-
tombl
Interopability between bash and the TOML serialization format
-
cargo-toml-workspace
Parse cargo workspace and load specific crate
-
miso-types
Expanded types for Borsh serialization
-
hext
A binary file markup language
-
barf
Turn any input into "barf"-ed output
-
tobytes
A small crate to simplfy type to bytes encoding
-
musli-utils
Common utilities shared among Müsli encodings
-
bin-layout
used to serialize and deserialize data in binary format
-
preferences-ron
Read and write user-specific application data using RON format
-
zarrs_icechunk
icechunk store support for the zarrs crate
-
bumpy_vector
A Vector-like object with different sized entries
-
datastruct-rs
DataStruct simplifies handling binary data and JSON with a unified interface
-
df_st_parser
File parser manager for the DF Storyteller project
-
yaml-include
A lib and a CLI for recursively parsing "!include" data in yaml files
-
brs
Read and write Brickadia save files
-
databuf
used to serialize and deserialize structured data in binary format
-
zero_escape
encoding and decoding data using the Zero Escape Encoding method
-
proqnt
Zero-copy proquint encoding and decoding
-
u2cp437
Bare-bones Unicode to code page 437 conversion
-
eio
Read and write numbers in big-endian and little-endian
-
agldt
Tools for handling data conforming the standards of the Ancient Greek and Latin Dependency Treebank
-
json_to_csv
Super simple function that will convert your json flat objects into a csv
-
wordlists
Take bits, give words
-
bl_save
Read Blockland save files
-
httlib-protos
Protocol Buffers binary format implementation
-
tirse
serde frontent for binary format
-
libipld-core
Base traits and definitions used by ipld codecs
-
bitendian
Ergonomic library for reading/writing numbers in big-endian and little-endian with async support
-
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…
-
hexutil
A macro to implement common traits to work with hexadecimal values
-
libipld-json
ipld json codec
-
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.
-
bytekind
Containers for byte arrays that are generic over their serialization format
-
bmbp_marco_curd
BMBP Marco
-
base64-string
Base64 hash made using Rust
-
classpad_string
handle XCP files and strings for the Classpad fx-400
-
pretty-bytes-typed
Strongly-typed prettified byte values
-
tasd
Encoder/decoder for the TASD file format
-
mempickle
Store raw structs on disk with 0 serialization
-
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…
-
workflow-serializer
Serialization framework for wrapping Borsh-serialized payloads
-
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
-
fast-xml
High performance xml reader and writer
-
deserialize-file-size
A serde helper function for deserializing file size input flexibly and robustly
-
inarybay-runtime
Graph-based binary format (de)serializer generator (runtime)
-
ricksponse
A request/response structure allowing for a multitude of encodings/decodings
-
atx-cbor
Altronix Ser/De data types from device atx-zdk
-
ct-codecs
Constant-time hex and base64 codecs from libsodium reimplemented in Rust
-
protokit_binformat
Usable protocol buffers
-
reproto-backend-java
Rethinking Protocol Generators
-
mercy
open-source Rust crate and CLI for building cybersecurity tools, assessment projects, and testing infrastructure
-
preferences-serde1
Read and write user-specific application data
-
bunk
Fast and efficient human-readable data encoding!
-
ripgrep-structured
Run ripgrep over structured data
-
uwucodec
Encode your data into uwu and back
-
qrrs
CLI QR code generator and reader
-
tick-encoding
encoding scheme to encode binary data into ASCII strings
-
sixel-image
An interface for querying, manipulating and serializing/deserializing Sixel data
-
indexed_storage
Fast and lightweight indexed binary storage
-
cbor-codec-plus
CBOR Codec implementation
-
varbincode
A binary encoder / decoder with variable length integer encoding implementation in Rust
-
df_st_image_site_maps
Site Maps parser for the DF Storyteller project
-
wdg-base64
The Base64 Data Encoding
-
hipack
Serialization/deserialization for the HiPack format
-
fofc-rs
Binary data format used to encode random files
-
dochy_compaction
A serializer which compresses integers
-
base64-easy
encode and decode use base64
-
mproto
runtime library for mproto schemas
-
pigeon
efficient packing and unpacking of big-endian binary data
-
bytesutil
byte utility for Rust
-
transmute-bytes
Simple. Safe. From bytes without loss
-
keyedes
serialize and deserialize trait objects by allowing users to encode keys into the format
-
serde_yaml
YAML data format for Serde
-
recode
Reusable encoding/decoding constructs for Rust
-
binext
read/write structs from/to buffers
-
uri-pct
Percent encode/decode uri components or strs
-
noncryptor
common encoding formats like base64 and URL
-
capnp_conv
capnp write/read traits to convert from structs to readers/builders
-
from_as_file
Traits to Read and write types that implement serde Serialize and deserialize to files
-
bread-cli
byte conversion tool
-
transmog-bincode
Bincode adaptor for Transmog
-
nimble
Async friendly, simple and fast binary encoding/decoding
-
protofish
decoder focused on decoding arbitrary protocol buffer messages with error recovery
-
bazaar
formats and protocols
-
reproto-backend-rust
Rethinking Protocol Generators
-
crypto-morse
Encoding and decoding morse code for unicode
-
yason
Encoding and decoding support for YASON in Rust
-
texoder
A text stream which can encode/decode text in several encoding formats
-
raw_str
type which contains a byte slice that is believed to contain UTF-8 string data, but which has not been validated
-
df_st_legends_plus
Legends_plus.xml for the DF Storyteller project
-
gophermap
Parse and generate Gopher responses
-
baze64
Encode & decode base64 from & to arbitrary byte sequences
-
wire-framed
encoding and decoding structures into a binary data format
-
bcsv
CLI for base_core_socialist_values
-
df_st_legends
Legends.xml parser for the DF Storyteller project
-
tap-reader
Wraps an existing reader and copies the read bytes into it's own buffer