argus/argus-core
Anand Balakrishnan 4431b79bcd
feat!(core): Change Signal to be a sumtype
We want to be able to reason about if a signal is empty, constant, or sampled
at compile time without using any trait objects. Moreover, the core Argus
library shouldn't care about how it deals with interfacing with other languages
like Python. Thus, we remove the need for having an `AnySignal` type and what
not.
2023-04-14 10:53:38 -07:00
..
proptest-regressions test: add some proptest regressions 2023-03-23 14:15:12 -07:00
src feat!(core): Change Signal to be a sumtype 2023-04-14 10:53:38 -07:00
Cargo.toml test: add proptest arbitrary as a feature 2023-04-04 09:56:19 -07:00