Rust Asset Embedding

Working with Rust projects that embed static assets (CSS, JS, HTML, etc.) into the binary at compile time using include_str!(). Use when editing embedded assets appears to have no effect, when adding a new asset file to a Rust project, or when debugging why asset changes are not reflected in output. Use when this capability is needed.

tomevault-io dbe1179 2 files · 3.1 KB Updated

File contents

tomevault-io/skills-registry/tree/main/iwillspeak--docket--rust-asset-embedding commit dbe1179ef0

Frequently asked questions

npx skillmds@latest add tomevault-io/rust-asset-embedding