rust-embed icon indicating copy to clipboard operation
rust-embed copied to clipboard

Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.

Results 23 rust-embed issues
Sort by recently updated
recently updated
newest added

"GET /img/menu_logo.76408655.png HTTP/1.1" 404 [2022-05-12T10:29:03Z INFO xdls::controller::statics] img-params===Path("menu_logo.76408655.png") [2022-05-12T10:29:03Z INFO xdls::controller::statics] handle_embedded_file path====img/menu_logo.76408655.png "GET /fonts/element-icons.535877f5.woff HTTP/1.1" 404 [2022-05-12T10:30:10Z INFO xdls::controller::statics] fonts-params===Path("element-icons.535877f5.woff") [2022-05-12T10:30:10Z INFO xdls::controller::statics] handle_embedded_file path====fonts/element-icons.535877f5.woff "GET /css/menu_logo.76408655.png HTTP/1.1" 200...

Don't support it? Or am I can't to find it?

enhancement

Hello, I wanted to raise a note that this crate currently has a transitive dependency on `option-ext`. That library is MPL-2, a copyleft license. The `option-ext` dependency is brought in...

Thanks for your work. I just found out https://github.com/anvie/litcrypt.rs. I'm wondering if there is a way to encrypt the content of some files using it. What can you suggest?

Hey there, cool library that is working very well for me! I only ran into one confusing corner case. When loading paths that have (silly) inner relative segments, like `foo/bar/baz/../../other`,...

My use case is that I want embed some prefabs in wasm build, but load them(as well as user-defined ones) from fs at runtime everywhere else.

Would it be possible to shorten the name of the main trait exported by this library? I don't see any particular reason to include the word "Rust" in the trait...

Using `Rust 1.74` and `Axum 0.7.1` i get the following with the [Axum example](https://github.com/pyrossh/rust-embed/blob/master/examples/axum.rs). Is there something I missed? ``` error[E0599]: no function or associated item named `get` found for...

I see from #148 (thanks @mbme) where proc macros for include/exclude were added, but the documentation is a bit sparse on how the order works. What I'd actually like to...

Hey, I got below error, any idea about this issue error[E0609]: no field `data` on type `Cow