Skip to content

Commit

Permalink
implement first pass at zone, minus tests (implementation currently i…
Browse files Browse the repository at this point in the history
…nfinitely recurses on instantiation)
  • Loading branch information
shieldo committed Jul 19, 2023
1 parent c92a861 commit 48170e6
Show file tree
Hide file tree
Showing 18 changed files with 4,803 additions and 69 deletions.
152 changes: 152 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ edition = "2021"
[dependencies]
clap = { version = "4.3.10", features = ["derive"] }
csv = "1.2.2"
is_close = "0.1.3"
itertools = "0.11.0"
nalgebra = "0.32.3"
rstest = "0.17.0"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.100"
variants-struct = "0.1.1"

[dev-dependencies]
walkdir = "2.3.3"

[lib]
# don't build doctests for now
doctest = false
1 change: 1 addition & 0 deletions src/core/controls/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod time_control;
Loading

0 comments on commit 48170e6

Please sign in to comment.