Skip to content

Commit

Permalink
Merge pull request #86 from ggriffiniii/cleanups
Browse files Browse the repository at this point in the history
Rustfmt, clippy fixes, and switch to criterion
  • Loading branch information
marshallpierce committed Nov 26, 2018
2 parents 21eefd1 + c26a1af commit 1e211f1
Show file tree
Hide file tree
Showing 14 changed files with 225 additions and 406 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Expand Up @@ -10,10 +10,15 @@ keywords = ["base64", "utf8", "encode", "decode"]
categories = ["encoding"]
license = "MIT/Apache-2.0"

[[bench]]
name = "benchmarks"
harness = false

[dependencies]
byteorder = "1.2.6"

[dev-dependencies]
criterion = "0.2"
rand = "0.5.5"

[profile.bench]
Expand Down

0 comments on commit 1e211f1

Please sign in to comment.