Skip to content

Commit

Permalink
remove rc and try to fix memleak
Browse files Browse the repository at this point in the history
  • Loading branch information
mitghi committed Mar 27, 2024
1 parent 51ffefa commit 3298df3
Show file tree
Hide file tree
Showing 6 changed files with 389 additions and 168 deletions.
226 changes: 225 additions & 1 deletion Cargo.lock

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

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ pest = "2.7.0"
pest_derive = "2.7.0"
serde = { version = "1.0.171", features = ["derive"] }
dynfmt = { version = "0.1.5", features = ["curly"] }
dhat = "0.3.3"

[profile.release]
debug = 1

[features]
dhat-heap = [] # if you are doing heap profiling
Loading

0 comments on commit 3298df3

Please sign in to comment.