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
Currently parsing in temporal_rs is handled by parsing functions that are private. This should eventually be updates to a TemporalParser that wraps the IxdtfParser and ensures the various invariants of the records internally. By doing this, we can provide a publicly exported TemporalParser for anyone who needs it.