Crate xdl_core

Crate xdl_core 

Source
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§

pub use array::*;
pub use dimension::*;
pub use error::*;
pub use types::*;

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