supranational / supra_seal

Apache License 2.0
32 stars 21 forks source link

C1: allow ouput directory to be separate from cache dir #37

Open vmx opened 1 year ago

vmx commented 1 year ago

It would be great if the C API (hence Rust) would allow the output directory of C1 to be independent of the input files from PC2 (cache directory). I can see in the code that there's already support for it, it just isn't exposed.

It should be a pretty quick change, if you want a PR, let me know and I'll try.