quickemu-project / quickget_configs

JSON formatted configuration files for use by quickget. Updated daily
GNU General Public License v3.0
5 stars 1 forks source link

refactor: Join futures using a procedural macro #13

Open lj3954 opened 1 month ago

lj3954 commented 1 month ago

Description

Refactor future joining to use a procedural macro, which takes in a variable, number of times the nested structure needs to be flattened (if applicable), and a type (if not Vec<Config>). This will improve the readability of the code.

Type of change

Checklist: