Replies: 1 comment 2 replies
-
@mainrs I think so, yes. It's split into a library and binary for that very reason. You can also disable compression/encryption that you're not planning to use to save on compilation time and binary size. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a mod manager in Rust right now. Most of the modpacks I will be working with contain the same mods in the same version and configuration. Thus, I'd greatly benefit from deduplicated storage.
Is this something I can use this Library for? It seems more as that rdedup is a backup solution rather than a general purpose deduplication storage mechanism.
Beta Was this translation helpful? Give feedback.
All reactions