Replies: 1 comment 3 replies
-
Just to be clear — you are editing the source code in your crate, which depends on the If you run What OS are you using? Are you using The Rust build system will aggressivly recompile things if any environment variables related to the build change their values. So if you have an environment variable like |
Beta Was this translation helpful? Give feedback.
-
I am new to rust and i wanna try making some sort of API where user can upload a data and a template and it will generate beautiful looking pdf with that dynamic data, and i think latex is the way becaus of their beautiful result. So, i search arround and found tectonic. My goal is to embed it to my program. After wrangling with vcpkg. i get it to compile. But, everytime i change even one letter, and do cargo run, it has to compile the entire dependency. Why is that the case? How do i improve the compile time
Beta Was this translation helpful? Give feedback.
All reactions