yatesco / rust-embed-bug-with-workspaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

re: pyrossh/rust-embed#99

Note that report is in a cargo workspace and references assets/public/.

You get different results depending on where you run cargo run/cargo run --release.

When run in the WORKSPACE_ROOT, WORKSPACE_ROOT\assets\public\an-image.jpg is used (cat). When run in WORKSPACE_ROOT\report the WORKSPACE_ROOT\reports\assets\public\an-image.jpg is used (dog).

About


Languages

Language:Rust 94.0%Language:HTML 6.0%