To use timelag/0.4.0 in your project, add:
[dependencies]
timelag = "0.4.0"
Changes since 0.3.0
Changed
- #2: Changed functions operating on slices to return a
LagMatrix
struct providing meta information about the generated matrix.
- #3: Lag indices can now be specified as any
IntoIterator<Item = usize>
, e.g. range, array or slice.