Module formats

Module formats 

Source
Expand description

Task graph serialization formats

This module provides parsers and serializers for different task storage formats.

Enums§

Format
Supported file formats

Functions§

natural_sort_ids
Natural sort for task IDs with UUID fallback Numeric IDs: “1” < “2” < “10”, “1.1” < “1.2” < “1.10” UUIDs: Lexicographic comparison
parse_scg
Parse SCG format into Phase
serialize_scg
Serialize Phase to SCG format