ndn_did/
lib.rs

1//! Thin re-export shim — the `ndn-did` crate has been merged into `ndn-security`.
2//!
3//! All types are now available under `ndn_security::did` or, for convenience,
4//! as top-level re-exports from `ndn_security`.
5//!
6//! This crate is kept for backwards compatibility. New code should use
7//! `ndn_security::did` directly.
8#![allow(unused_imports)]
9pub use ndn_security::did::*;