diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | Rust crate to decode and encode hexadecimal. | 3 | Rust crate to decode and encode hexadecimal. |
| 4 | 4 | ||
| 5 | ##Examples | 5 | ## Examples |
| 6 | ```rust | 6 | ```rust |
| 7 | let hex_string = "1a2b3c"; | 7 | let hex_string = "1a2b3c"; |
| 8 | let data = rhex::decode_hex(&hex_string).unwrap(); | 8 | let data = rhex::decode_hex(&hex_string).unwrap(); |
