Lodestone-Team / lodestone_core

The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers
https://www.lodestone.cc/
GNU Affero General Public License v3.0
60 stars 6 forks source link

Alternative for unrar crate #145

Open CheatCod opened 1 year ago

CheatCod commented 1 year ago

Description

unrar uses a deprecated crate https://crates.io/crates/rustc-serialize which uses a soon-to-be-deprecated language feature:

note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 648`

if there is an easy unrar alternative we should switch to that, if not we will drop rar file support altogether

Steps to reproduce (optional)