formatparse-pyo3 0.8.1

PyO3 bindings for formatparse (native _formatparse extension; use PyPI for Python installs)
Documentation
1
2
3
4
5
6
7
8
9
10
//! Type system module for formatparse PyO3 bindings
//!
//! This module provides PyO3-specific type conversions.
//! Core types (FieldType, FieldSpec) come from formatparse-core.

pub mod builtin_convert;
pub mod conversion;

// Re-export core types for convenience
pub use formatparse_core::FieldSpec;