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