We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4ed83 commit 08830b9Copy full SHA for 08830b9
const-oid/src/lib.rs
@@ -1,14 +1,5 @@
1
-//! Object Identifier (OID) constants with heapless `no_std` support.
2
-//!
3
-//! This crate supports creating [`ObjectIdentifier`] constants with
4
-//! compile-time checks on validity.
5
6
-//! It has full `no_std` support with no dependencies on a heap/liballoc and
7
-//! stores OID values as static data.
8
9
-//! The [`ObjectIdentifier`] type can also be used for runtime modeling of OIDs
10
-//! (e.g. when parsing messages), with the goal of easily comparing them to
11
-//! constant values.
+//! Const-friendly ISO/IEC Object Identifier (OID) library with support for
+//! heapless `no_std`-environments.
12
//!
13
//! # About OIDs
14
0 commit comments