Skip to content

Commit

Permalink
Rewrite remaining parts of typing module in Rust
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1672
  • Loading branch information
treiher committed Sep 13, 2024
1 parent ca8def7 commit 479afc9
Show file tree
Hide file tree
Showing 44 changed files with 2,374 additions and 2,005 deletions.
37 changes: 36 additions & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions librapidflux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ indexmap = { workspace = true, features = ["serde"] }
lazy_static = { workspace = true }
owo-colors = "4.0.0"
serde = { workspace = true }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0.61"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 479afc9

Please sign in to comment.