//! Type system module for formatparse PyO3 bindings
//!//! This module provides PyO3-specific type conversions.
//! Core types (FieldType, FieldSpec) come from formatparse-core.
pubmodbuiltin_convert;pubmodconversion;// Re-export core types for convenience
pubuseformatparse_core::FieldSpec;