opencontainers 0.0.0-alpha.2

OpenContainers Implementation in Rust
Documentation
digest = ${ algorithm ~ ":" ~ hex }

algorithm  = { ( ASCII_ALPHANUMERIC | "_" | "+" | "." | "-" ) + }

hex = { ASCII_HEX_DIGIT + }