Closed 0xbxmb closed 1 year ago
Hi @dkozma @emensch, what do you think about exposing this method?
Closing this as there's no current need - as it stands, we want to discourage people from separating metadata from the file itself, and I can't currently envision any use for this API beyond that purpose. If it becomes a need in the future, we can absolutely re-consider adding this to the public API.
Changes in this pull request
We'd like to use rust sdk manifests generated on backend with
ManifestSummary
WebComponent fromc2pa-wc
. Since, theManifestSummary
expects an object of a certain shape to be passed in, the manifest json should be preprocessed. According to the documentationcreateManifestStore
can do this work.Unfortunately, the
createManifestStore
is not currently exposed and this PR makes it available for the client code.Types of changes
Checklist
TO DO
items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment