include_dir icon indicating copy to clipboard operation
include_dir copied to clipboard

`no_std` support

Open jlxip opened this issue 2 years ago • 2 comments

This is an issue to propose the idea of considering adding no_std support. include_str! and include_bytes! both have it, so it would make sense for this too.

jlxip avatar Mar 22 '23 19:03 jlxip

I have take a look, and it's seem not possible. include_dir use the Path struct and fs module witch can't be avoided.

include_str! seems to use compiler built-in, so it's seems not possible to copy it in the crate.

gwen-lg avatar Jun 18 '24 19:06 gwen-lg