parseable
parseable copied to clipboard
Cargo run takes substantially more time than cargo build --release.
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.