chanced / jsonptr

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

Remove `PointerBuf::len` & `PointerBuf::is_empty` #71

Closed chanced closed 1 month ago

chanced commented 1 month ago

Remove len & is_empty methods from PointerBuf and instead rely on the methods exposed from Deref<Target=Pointer>.

These were accidentally added - remove them in the next minor release.