chanced / jsonptr

JSON Pointer (RFC 6901) implementation for Rust
Apache License 2.0
44 stars 4 forks source link

rename SlicePointer --> PointerIndex #92

Closed asmello closed 1 week ago

asmello commented 2 weeks ago

Quick follow-up of #84, because my naming sense was drunk.

This is technically breaking since the trait is nameable, but it's sealed and we haven't released yet, so let's pretend the original name just never happened.

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.2%. Comparing base (c694765) to head (6453105).

Additional details and impacted files | [Files with missing lines](https://app.codecov.io/gh/chanced/jsonptr/pull/92?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance) | Coverage Δ | | |---|---|---| | [src/pointer.rs](https://app.codecov.io/gh/chanced/jsonptr/pull/92?src=pr&el=tree&filepath=src%2Fpointer.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-c3JjL3BvaW50ZXIucnM=) | `98.2% <100.0%> (-0.1%)` | :arrow_down: | | [src/pointer/slice.rs](https://app.codecov.io/gh/chanced/jsonptr/pull/92?src=pr&el=tree&filepath=src%2Fpointer%2Fslice.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-c3JjL3BvaW50ZXIvc2xpY2UucnM=) | `100.0% <ø> (ø)` | |