rust-asn1
ASN serializer
A Rust library for serializing and deserializing ASN.1 data in DER format.
A Rust ASN.1 (DER) serializer.
101 stars
7 watching
29 forks
Language: Rust
last commit: 11 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
alexfilatov/borsh | A binary serialization format prioritizing consistency, safety, and speed for security-critical projects. | 7 |
radare/v-toxml | An XML serialization library in V | 9 |
alexcrichton/tar-rs | A Rust library for reading and writing tar archives | 629 |
paritytech/parity-scale-codec | A Rust library for serializing and deserializing data in a compact binary format | 258 |
ystero-dev/hampi | A toolkit for generating Rust bindings from ASN.1 specifications | 44 |
datanymizer/datanymizer | Generates anonymized data dumps from various databases. | 515 |
jamesmunns/postcard | A lightweight message serialization library for Rust. | 924 |
iddm/serde-aux | An auxiliary serde library providing helpful functions for serialisation and deserialisation | 160 |
media-io/yaserde | A Rust-based XML serialization and deserialization library with customizable features and support for various data types. | 182 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
marcono1234/serial-builder | A Java library for manually creating serialization data. | 28 |
alexpikalov/cdrs-async | An asynchronous driver for interacting with Apache Cassandra and Scylla databases in Rust | 53 |
georust/geojson | A Rust library for serializing and parsing the GeoJSON vector GIS file format | 279 |
mandrean/har-rs | A library for serializing and deserializing the HTTP Archive format | 44 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |