You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add canonical UUID support and clean up UUID parsing:
- Introduced `canonical_extension_types` feature for standardized UUID handling.
- Added `Uuid` crate dependency for parsing and validating UUIDs.
- Updated `field_with_name` method to support canonical UUID representation.
- Removed custom UUID parsing logic and replaced it with `Uuid` crate functionality.
- Updated `Cargo.toml` accordingly.
0 commit comments