Skip to content

Commit 7346ca9

Browse files
authored
der: add SetOfRef struct (#2247)
Borrowed representation for ASN.1 `SET OF`
1 parent 3beeafe commit 7346ca9

File tree

3 files changed

+365
-5
lines changed

3 files changed

+365
-5
lines changed

der/src/asn1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub use self::{
7474
};
7575

7676
#[cfg(any(feature = "alloc", feature = "heapless"))]
77-
pub use set_of::SetOfIter;
77+
pub use set_of::{SetOfIter, SetOfRef};
7878

7979
#[cfg(feature = "oid")]
8080
pub use const_oid::ObjectIdentifier;

0 commit comments

Comments
 (0)