dcrypt_api/error/registry.rs
1//! Removed process-global deferred-error compatibility surface.
2//!
3//! The module path remains as an intentional v4 tombstone so API inventories
4//! can distinguish the removed values from unrelated module metadata. Return
5//! errors to the caller as [`super::Result`] and keep any diagnostics in
6//! caller-owned state.