alex / rust-asn1

A Rust ASN.1 (DER) serializer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-asn1

Dependency Status Documentation

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:

[dependencies]
asn1 = "0.16"

Builds on Rust 1.56.0 and newer.

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

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

About

A Rust ASN.1 (DER) serializer.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 99.8%Language:Shell 0.1%Language:Dockerfile 0.1%