zacharygolba / json-api-rs

Idiomatic types for building a robust JSON API with Rust
https://crates.io/crates/json-api
Apache License 2.0
26 stars 8 forks source link

fix: member names can start with reserved chars #18

Closed zacharygolba closed 7 years ago

zacharygolba commented 7 years ago

Fixes a bug where Key could start with reserved chars. Performance hasn't change much (only about +15ns in benchmarks).

codecov[bot] commented 7 years ago

Codecov Report

Merging #18 into master will decrease coverage by 0.14%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   38.75%   38.61%   -0.15%     
==========================================
  Files          21       21              
  Lines        1014     1010       -4     
==========================================
- Hits          393      390       -3     
+ Misses        621      620       -1
Impacted Files Coverage Δ
src/value/fields/mod.rs 58.1% <50%> (-0.87%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee277a6...9a84247. Read the comment docs.