mirror of
https://github.com/linabutler/ploidy
synced 2026-08-12 01:43:47 +00:00
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.