This project provides a comparative analysis of popular .NET object-to-object
mapping libraries, including AutoMapper, TinyMapper, Mapster, and Mapperly,
against a hand-written and a generated manual mapper.
It uses BenchmarkDotNet to measure performance and memory allocation when
mapping a complex Spotify album DTO structure.