39 releases

0.16.1 Mar 4, 2024
0.15.5 Aug 9, 2023
0.15.4 Jun 15, 2023
0.13.0 Nov 27, 2022
0.6.0 Jul 17, 2021

#22 in #asn1

Download history 26251/week @ 2023-12-19 15830/week @ 2023-12-26 27115/week @ 2024-01-02 30260/week @ 2024-01-09 33878/week @ 2024-01-16 35495/week @ 2024-01-23 36575/week @ 2024-01-30 35381/week @ 2024-02-06 41514/week @ 2024-02-13 42922/week @ 2024-02-20 44070/week @ 2024-02-27 42950/week @ 2024-03-05 41614/week @ 2024-03-12 38847/week @ 2024-03-19 35278/week @ 2024-03-26 32647/week @ 2024-04-02

155,868 downloads per month
Used in 4 crates (via asn1)

BSD-3-Clause

27KB
661 lines

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 }

Dependencies

~330–780KB
~19K SLoC