bcder 0.7.4

Handling of data encoded in BER, CER, and DER.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bcder"
version = "0.7.4"
edition = "2018"
authors = ["NLnet Labs <rust-team@nlnetlabs.nl>"]
description = "Handling of data encoded in BER, CER, and DER."
documentation = "https://docs.rs/bcder/"
repository = "https://github.com/nlnetlabs/bcder"
keywords = ["ber", "cer", "der", "asn1", "decoding"]
categories = ["encoding", "network-programming", "parsing"]
license = "BSD-3-Clause"

[dependencies]
bytes       = "^1.0"
smallvec    = "^1.6.1"