litcrypt.rs
litcrypt.rs copied to clipboard
Is there a way to encrypt embedded file?
Thanks for your work.
If I use https://github.com/pyrossh/rust-embed is there a way to encrypt the content of some files?
wrap the include_str!
macro with the lc!
macro with also works with other Macros like the env!