Skip to content

Make match_ignore_ascii_case more efficient, add ascii_case_insensitive_phf_map #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 25, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update syn and encoding_rs
  • Loading branch information
SimonSapin committed Feb 24, 2017
commit 63c2044aa1bd7a9a652e5846b873eb3128aa9ba4
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ doctest = false
[dev-dependencies]
rustc-serialize = "0.3"
tempdir = "0.3"
encoding_rs = "0.3.2"
encoding_rs = "0.5"

[dependencies]
heapsize = {version = "0.3", optional = true}
matches = "0.1"
serde = {version = "0.9", optional = true}

[build-dependencies]
syn = { version = "0.10.6", features = ["full", "visit"]}
syn = "0.11"
quote = "0.3"

[features]
Expand Down