Encoding format for "Hex-encoded string (v1) Resume Token"

This topic is programming language agnostic.

Code snippet for decoding resume token from mongosh is already available, and it depends on another npm module. I could even confirm that the encoding contains information about it’s version, TxnOpIndex, Timestamp, and other details.

Days ago, and when coding a Rust based program, I needed to pass data extracted from change events as transactional groups to a custom handler, and by doing this I guarantee consistency in the shared ram-cache created from the received events.

I’m not requesting adding decoding support for any kind of programming language, and instead:
Can’t we have a good documentation explaining the different parts of the “Hex-encoded string (v1) Resume Token” as was the case for ObjectId since I knew mongodb about 10 years ago.