dekarrin / rezi

REZI - Rarefied Encoding (Compressible) for Interchange
MIT License
0 stars 0 forks source link

Flesh out `Format` #48

Open dekarrin opened 1 year ago

dekarrin commented 1 year ago

This type adds support for describing all of the things in a data stream header as described in #46 .

This should be a new type that is not created by hand - function V2() creates a new format in the new one and accepts any parameters that would be given. Function V1() is how a Format representing the old format is obtained and will be used by default by any routines that are modified to accept an optional Format.

dekarrin commented 11 months ago

Noted that this will already exist as a stub from work on #11