Excellent crate first of all. Adding this here in case I have some time later to fix the issue. The upload example is currently out-of-date. Specifically the fact that persist() is no longer available.
I couldn't find a changelog for this and it seems like FieldData::contents is now just T. I'll likely move around this using axum's example and if it works well, update the example to reflect it.
Excellent crate first of all. Adding this here in case I have some time later to fix the issue. The upload example is currently out-of-date. Specifically the fact that
persist()
is no longer available.https://github.com/murar8/axum_typed_multipart/blob/5272e7c245d4b6a913626cc0d6f6a879332540e2/examples/upload.rs#L22-L32
I couldn't find a changelog for this and it seems like
FieldData::contents
is now justT
. I'll likely move around this using axum's example and if it works well, update the example to reflect it.