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

It would be nicer if we could compress the whole folder (optional or by default) when the `compression` feature is enabled; as it can result on better compression and smaller...

enhancement

A proof of concept with CI failing and more comments are located here: https://github.com/kevaundray/poc-rust-embed ### Reproduce I am doing the following things in Docker: - Compiling a Rust program and...

this may help #233 following is an simple benchmark output ![bench](https://github.com/user-attachments/assets/1ecaf1ca-1863-4d67-a0fa-8cf17773565b)