UUID should support to and from standard uuid formats.
Open
@mgautierfr is already working on this.
Since Mar 18, 2022.
enhancement
question
- Dominant language
- C++
- Stars
- 256
- Forks
- 75
- Avg merge
- 8d 51m
- Merged PRs (30d)
- 4
Description
The UUID format should support converting to and from the standard display format(s).
See https://en.wikipedia.org/wiki/Universally_unique_identifier#Format
https://github.com/openzim/libzim/blob/master/src/uuid.cpp
Currently there is not a good way to display the UUID to the user or application and then load that UUID back to a zim::UUID
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.