stac-rs
stac-rs copied to clipboard
Handle multiple extension versions
E.g. the projection extension update in a breaking way, so there's stuff in the wild in both versions. We should gracefully handle these cases. This will probably either be through a migration or through an enum.