what's the recommended way to copy non-compiled rust assets to target

Viewed 181

What is the recommended way to copy non-compiled rust application assets such as HTML and image files to the build target directory.

In particular, is placing a build.rs script in the project root and manually coding those actions truly the recommended method?

1 Answers
Related