Expand description
§XDL Core
Core data structures and types for the Extended Data Language (XDL) Rust implementation. This module provides the fundamental building blocks for XDL data types and operations.
Re-exports§
Modules§
- array
- XDL array data structures and operations
- dimension
- XDL array dimensions and indexing
- error
- XDL error types and handling
- types
- XDL value types and data representations
Enums§
- GdlType
- XDL data types enumeration
Constants§
- MAXRANK
- Maximum number of dimensions supported by XDL arrays