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 7 forks source link

refactor some of the util functions to return Result instead of Option #108

Open CheatCod opened 1 year ago

CheatCod commented 1 year ago

Description

For ex, get_vanilla_jar_url, get_fabric_jar_url etc all return options. Result would be preferable in this case since there are multiple points of potential failure in the function