amazon-ion / ion-schema-rust

Rust implementation of Ion Schema
https://amazon-ion.github.io/ion-schema/sandbox
Apache License 2.0
13 stars 6 forks source link

adds `timetstamp_precision` constraint implementation with fractional seconds related change #90

Closed desaikd closed 2 years ago

desaikd commented 2 years ago

Description of changes: This PR adds the reverted change for timestamp_precision constraint implementation and adds fractional seconds related changes.

Changes: The second commit is the fractional seconds related change (https://github.com/amzn/ion-schema-rust/pull/90/commits/37797f2219bb13a267e0d4e18d2fd1f23462e521) First commit is just the same as reverted commit (#87)

Test: Ran all unit tests for this change.

zslayton commented 2 years ago

For future readers: the first commit in this PR was reviewed in #87 and can be ignored. Only the follow-on commits are new.