NAME

Protobuf::Internal::Map - Internal XS implementation for map fields

VERSION

version 0.04

SYNOPSIS

# This module is not intended for direct use.
# It backs the hash-like interface for map fields in Protobuf messages.

DESCRIPTION

This module provides the internal XS implementation for Protobuf map fields. It uses Tie::Hash to provide a hash-like interface to the underlying upb_Map data structure.