baskerville / plato

Document reader
Other
1.26k stars 105 forks source link

Would it be ok to use Rust workspaces? #256

Closed paulrouget closed 2 years ago

paulrouget commented 2 years ago

I was looking for a way to remove all the warnings, but the use of the multiple [[bin]] (plato/importer/emulator/fetcher) make it almost impossible to avoid dead code.

I think it make more sense to use workspaces to have 4 crates for binaries, and one crate as a core lib.

If that's something you would be ok with, I will give it a shot.

baskerville commented 2 years ago

Yes, it would be great if you can find a way to eliminate the warnings.

paulrouget commented 2 years ago

Yes, it would be great if you can find a way to eliminate the warnings.

Ok. I'll look into it.