beacon-biosignals / TimeSpans.jl

A Julia package that provides a `TimeSpan` type for representing a continuous span between two points in time.
Other
6 stars 2 forks source link

Add `parse(TimeSpan, ...)` support #35

Closed hannahilea closed 2 years ago

hannahilea commented 2 years ago

E.g., for Beacon-internal use case of parsing str = "[start_ns,stop_ns)"

ararslan commented 2 years ago

This was actually proposed and implemented before: https://github.com/beacon-biosignals/TimeSpans.jl/pull/17

hannahilea commented 2 years ago

...it sure was! And it was closed for good reason, so I'm going to close this one too, I guess. 😂

omus commented 2 years ago

I forgot about that myself. Still was good to make this issue though as it builds up a collection of use cases