Files
C J SilverioandLina Butler 0f1fbb9209 feat(pointer): JsonPointee impl for uuid::Uuid
Adds feature-gated `JsonPointee` and `JsonPointerTarget`
impls for `uuid::Uuid` in `ploidy-pointer`, mirroring the
existing impls for `chrono::DateTime<Utc>` and `url::Url`.

`ploidy-util` enables the new feature, so generated client
code can resolve JSON Pointers through `Uuid` fields the same
way it already does for `String`, `i64`, etc.
2026-05-20 19:56:34 -07:00
..