diff options
| author | diogo <[email protected]> | 2020-05-23 15:29:14 +0100 |
|---|---|---|
| committer | diogo <[email protected]> | 2020-05-23 15:29:14 +0100 |
| commit | 849139e71a9e3156a1b6fc33d68c310e8425fd55 (patch) | |
| tree | 2d48591186894e8e4cf330829e81b3abe7c89f59 /README.md | |
| parent | 260b341383a083c4e3491a65fb071d5124e28fa9 (diff) | |
fixed README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1 +1,9 @@ | |||
| 1 | # rhex | 1 | # rhex |
| 2 | |||
| 3 | Rust crate to decode and encode hexadecimal. | ||
| 4 | |||
| 5 | ##Examples | ||
| 6 | ```rust | ||
| 7 | let hex_string = "1a2b3c"; | ||
| 8 | let data = rhex::decode_hex(&hex_string).unwrap(); | ||
| 9 | ``` | ||
