Remove PartialEq, Clone, Serialize from LTE RRC parser

Compiling telecom-parser takes 2 minutes on my machine. After removing
those derives it takes 1:15. I suspect it's mostly serde though.
This commit is contained in:
Markus Unterwaditzer
2025-06-19 23:17:53 +02:00
committed by Will Greenberg
parent 300215206c
commit e320874854
3 changed files with 6608 additions and 6608 deletions

File diff suppressed because one or more lines are too long