Registry / crypto / const-oid

const-oid

JSON →
library0.10.2rscratesunverified

Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard with BER/DER encoding/decoding and no_std support.

# Cargo.toml [dependencies] const-oid = "0.10.2"
INSTALL
IMPORT
SIG · CONST-OID
C
const-oid
cryptorustv0.10.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ObjectIdentifier
use const_oid::ObjectIdentifier;

Parses an OID string into an ObjectIdentifier and prints it.

use const_oid::ObjectIdentifier; fn main() { let oid = ObjectIdentifier::new("1.2.840.113549.1.1.1").unwrap(); println!("OID: {}", oid); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Resources
const-oid — cargo add const-oid · libregistry