KokaKiwi / rust-hex

A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.
https://crates.io/crates/hex
Apache License 2.0
203 stars 57 forks source link

Use criterion for benchmarking #21

Closed koushiro closed 5 years ago

koushiro commented 5 years ago

What have I changed?

  1. Use criterion for benchmarking
  2. Add rustc-hex and faster-hex for benchmarking
  3. Add format and clippy check
koushiro commented 5 years ago

@KokaKiwi PTAL :)

koushiro commented 5 years ago

BTW, I recommend squash and merge, which will make the commit history clearer :)