Skip to content

Commit 08830b9

Browse files
authored
const-oid: documentation improvements (#112)
Removes some obsolete descriptions of how this crate worked previously.
1 parent ab4ed83 commit 08830b9

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

const-oid/src/lib.rs

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
//! Const-friendly ISO/IEC Object Identifier (OID) library with support for
2+
//! heapless `no_std`-environments.
123
//!
134
//! # About OIDs
145
//!

0 commit comments

Comments
 (0)