texel_types

Texel Types base crate containing only types and their basic functions.

This crate is meant to provide serializable data types for use with programs wishing to use scenes created with Texel ASCII art editor

Documentation

Features

Forward Compatibility

The types in this crate are meant to be forward compatible serialize-safe.

In practice it means that future versions of the Scene wrapper enum will never lose data when converting previous version of themselves¹.

Notes

¹: This promise is currently broken in V1, see documentation for an explanation.