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?