c2pa-rs
c2pa-rs copied to clipboard
Expose claim version correctly in public API
We need a well documented to set the claim_version for a builder and get the claim_version from a reader (or the reader_json.
there's a currently published api that returns the value as a u8. Should this be changed to an enum?
Builder pub fn claim_version(&self) -> [u8]
Should we have something like this on a Reader? Should the APi return an enum?
https://trello.com/c/wmpLMEM9
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/CAI-10474 is successfully created for this GitHub issue.