Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/alex/rust-asn1

A Rust ASN.1 (DER) serializer.
https://github.com/alex/rust-asn1

Last synced: about 1 month ago
JSON representation

A Rust ASN.1 (DER) serializer.

Lists

README

        

# rust-asn1

[![Dependency Status][deps-rs-image]][deps-rs-link]
[![Documentation][docs-rs-image]][docs-rs-link]

This is a Rust library for parsing and generating ASN.1 data (DER only).

## Installation

Add `asn1` to the `[dependencies]` section of your `Cargo.toml`:

```toml
[dependencies]
asn1 = "0.16"
```

Builds on Rust 1.56.0 and newer.

`rust-asn1` is compatible with `#![no_std]` environments:

```toml
asn1 = { version = "0.16", default-features = false }
```

[deps-rs-image]: https://deps.rs/repo/github/alex/rust-asn1/status.svg
[deps-rs-link]: https://deps.rs/repo/github/alex/rust-asn1
[docs-rs-image]: https://docs.rs/asn1/badge.svg
[docs-rs-link]: https://docs.rs/asn1/