Jacherr / assyst2

Assyst Discord Bot 2.0 rewrite
https://jacher.io/assyst
MIT License
19 stars 4 forks source link

Generalize and publish the Assyst command parser #18

Open trueharuu opened 1 month ago

trueharuu commented 1 month ago

This should move all base parser functionality (proc macros, ParseArgument trait, and others) into a separate, more general crate that then could be used by others.

Jacherr commented 1 month ago

This will probably be done as part of a larger refactor of assyst-core to consolidate it down to several library crates, since assyst-core has inflated massively and become quite unwieldy and does too much for a single crate. I'll open a separate issue at some point to figure out what needs moving and where. Not sure about publishing and how that would be handled yet.