litcrypt.rs icon indicating copy to clipboard operation
litcrypt.rs copied to clipboard

Is there a way to encrypt embedded file?

Open frederikhors opened this issue 1 year ago • 1 comments

Thanks for your work.

If I use https://github.com/pyrossh/rust-embed is there a way to encrypt the content of some files?

frederikhors avatar Dec 01 '23 01:12 frederikhors

wrap the include_str! macro with the lc! macro with also works with other Macros like the env!

sk337 avatar Sep 11 '24 18:09 sk337