Thin facade for the use-signal workspace.
The crate reexports the focused signal-processing crates directly so consumers can opt into one dependency while still using the smaller APIs.
Examples
use *;
let sample = new.unwrap;
let windowed = apply_window.unwrap;
let filtered = moving_average_filter.unwrap;
assert_eq!;
assert_eq!;