MCPcopy Create free account
hub / github.com/RustCrypto/utils / upper_case

Function upper_case

hex-literal/tests/basic.rs:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19#[test]
20fn upper_case() {
21 assert_eq!(hex!("AE DF 04 B2"), [0xae, 0xdf, 0x04, 0xb2]);
22 assert_eq!(hex!("FF BE 8C 00 01"), [0xff, 0xbe, 0x8c, 0x00, 0x01]);
23}
24
25#[test]
26fn mixed_case() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected