time-func

Crates.iotime-func
lib.rstime-func
version0.1.4
sourcesrc
created_at2022-07-11 22:10:06.601724
updated_at2022-07-15 22:12:39.879102
descriptionrepresents a set of data points as a function of time and performs various mathematical operations on the data
homepage
repositoryhttps://github.com/ewoolsey/time-func
max_upload_size
id624018
size19,320
Eric Woolsey (ewoolsey)

documentation

README

time-func

time-func represents a set of data points as a function of time and performs various mathematical operations on the data

This project is barebones and unfinished! Use at your own risk. Feel free to contribute!


time-func dependencies

Click to show Cargo.toml.
[dependencies]
chrono = { version = "0.4", features = ["serde"] } 
serde = "1.0.137"
serde_closure = "0.3.2"
plotters = "^0.3.1"
mindtree_utils = "0.4.0"
Commit count: 11

cargo fmt