const-oid 0.10.0-rc.2

Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e. embedded) support
Documentation
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.2"

[dev-dependencies.hex-literal]
version = "0.4"

[features]
db = []

[lib]
name = "const_oid"
path = "src/lib.rs"

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-implementations"]
description = """
Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard
as defined in ITU X.660, with support for BER/DER encoding/decoding as well as
heapless no_std (i.e. embedded) support
"""
documentation = "https://docs.rs/const-oid"
edition = "2021"
homepage = "https://github.com/RustCrypto/formats/tree/master/const-oid"
keywords = ["iso", "iec", "itu", "oid"]
license = "Apache-2.0 OR MIT"
name = "const-oid"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats"
rust-version = "1.81"
version = "0.10.0-rc.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "oid"
path = "tests/oid.rs"

[[test]]
name = "oid_ref"
path = "tests/oid_ref.rs"