Skip to content

Actually be able to pass a Footer when opening a file #4064

@delta003

Description

@delta003

I'd like to pass an externally stored footer when opening a file

pub(crate) footer: Option<Footer>,

Although this is possible in the API, in practice, it's not usable. There is no (good) way to obtain a Footer at write time, and even if I work around that (for example, by opening a written file again), I have no way to store the footer.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions