bcder

Crates.iobcder
lib.rsbcder
version0.7.4
sourcesrc
created_at2018-10-23 13:52:27.523039
updated_at2024-01-10 13:06:01.648746
descriptionHandling of data encoded in BER, CER, and DER.
homepage
repositoryhttps://github.com/nlnetlabs/bcder
max_upload_size
id92164
size305,956
Core (github:nlnetlabs:core)

documentation

https://docs.rs/bcder/

README

bcder – BER, CER, and DER Encoding and Decoding for Rust

This crate provides decoding and encoding for Basic Encoding Rules (BER) of the ASN.1 standard as well as the more strict variants Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER). It provides the basic machinery as well as implementation for the most important universal types of ASN.1.

Usage

Add the following dependency to your Cargo.toml:

[dependencies]
bcder = "^0.1"

A guide introducing ASN.1, BER, and how to use this crate is part of the source as the [ber::guide] module.

Contributing

If you have comments, proposed changes, or would like to contribute, please open an issue.

License

bcder is distributed under the terms of the BSD-3-clause license. See LICENSE for details.

Commit count: 218

cargo fmt