dcbor-pattern 0.11.0

Pattern matcher for dCBOR
Documentation
1
2
3
4
5
6
7
8
9
10
11
# dcbor-pattern Crate Documentation

## Overview

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.

## Development Plan

Identify targets for cleanup and refactoring in `array_pattern.rs`.