Expand description
Generic type abstractions for DRY principle
This module provides reusable generic types that eliminate code duplication across feed types and parsing logic.
Structs§
- Detailed
Field - A field with an optional detailed representation
Traits§
- From
Attributes - Trait for types that can be built from XML attributes
- Limited
Collection Ext - Extension trait for collections with size limits
- Parse
From - Generic trait for parsing types from various sources using GAT