This crate provides pattern matching and text processing for Deterministic CBOR (dCBOR) as implemented in the `dcbor` crate. It supports complex pattern matching with named captures, search patterns, and nested structures.
The crate is ready for community review, with complete functionality and comprehensive test coverage.
Identify targets for cleanup and refactoring in `array_pattern.rs`.