const-oid 0.1.0

Object Identifier (OID) constants with heapless no_std support
Documentation

Object Identifier (OID) constants with heapless no_std support.

This crate supports creating [ObjectIdentifier] constants with compile-time checks on validity.

It has full no_std support with no dependencies on a heap/liballoc and stores OID values as static data.