encode_upper
Encodes bytes as uppercase hexadecimal.
Import
Section titled “Import”Cargo feature hex (enabled by default). To compile only this module:
or in Cargo.toml:
Signature
Section titled “Signature”Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
bytes | &[u8] | The bytes to encode. |
Returns
Section titled “Returns”String
