parseable icon indicating copy to clipboard operation
parseable copied to clipboard

Cargo run takes substantially more time than cargo build --release.

Open trueleo opened this issue 3 years ago • 0 comments

When running Parseable in development mode via cargo run it takes quite a while compared to cargo build. On my machine it takes 4-5 min for cargo run to complete while cargo build finishes in between 50 to 90 seconds.

This could be due to build.rs file or it might be a cargo bug. This needs bit of investigating.

trueleo avatar Oct 04 '22 10:10 trueleo