seq_watcher 0.1.0

A pair of structures for monitoring a stream of data for one or more sequences.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "seq_watcher"
version = "0.1.0"
authors = ["Thomas Mundar <thomas@mundar.com>"]
edition = "2018"
description = "A pair of structures for monitoring a stream of data for one or more sequences."
license = "MIT"
repository = "https://github.com/Mundar/seq_watcher"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
proptest = "1.0.0"