Rust UXF Library

UXF is a plain text human readable optionally typed storage format. UXF may serve as a convenient alternative to csv, ini, json, sqlite, toml, xml, or yaml.

For details of the Uniform eXchange Format (UXF) supported by this library, see the UXF Overview. (Alternative link to UXF Overview.)

Introduction

This is a WIP which may or may not succeed! Not yet usable!

Rust UXF Types

API

The simplest part of the API loads and saves (dumps) UXF data from/to strings or files.

See the rust docs for full API details.

Reading and Writing UXF Data

Uxf Type

Value Type

List Type

Map Type

Table Type

TClass Type

Field Type

Provides a definition of a field (name and vtype) for use in TClasses.

Command Line Usage

Changes