chanced / jsonptr

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

Deprecate `Pointer::split_at` #88

Open chanced opened 2 weeks ago

chanced commented 2 weeks ago

We need to deprecate Pointer::split_at so that it can eventually be replaced by a method of the same name that utilizes position/index rather than offset.