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 support for `TimeSpan` #17

Closed omus closed 3 years ago

omus commented 3 years ago

Added to avoid type-piracy in internal beacon code. I could have gone further and supported parsing the format duration as well but that can always be added in later.